⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 209d0c376ec70fcff0c7f45577a6fa6b6e38124376ba19529a5f4667db3a573e:


<yield-multi>
  <p>yield the <yield from="content" /> here</p>
  <div>
     <p>yield the nested <yield from="nested-content" /> here</p>
     <p>do not yield the unreference content <yield from="unreferenced-content" />here</p>
  </div>
</yield-multi>