⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 434b140571829c448f6b590747e9b06844822a649688e1abd1ccb8f1c3fc2e01:



<nested-child>

  <child title="first"></child>
  <child title="second"></child>
  <child title="third"></child>
  <child title="fourth"></child>
  <child title="fifth"></child>
  <child title="sixth"></child>

  <another-nested-child title="whathever"></another-nested-child>

  this.name = 'my name'

</nested-child>


<child>

  <h3>{ opts.title }</h3>

</child>

<another-nested-child>

  <h3>{ opts.title }</h3>

</another-nested-child>