⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 8530586813328d4d8e1c8f96a9eee12d75e7a3aae5c4775b2ae9f46165f0b038:


<plans>
  <h2>Plans</h2>
  <plan each=" { name in names } " name="{ name }"></plan>

  this.names = ['plan1', 'plan2'];

</plans>
<plan>
  <p>{ name }</p>

  this.name = opts.name
</plan>

<isloop-test>
  <h1>{ name }</h1>

  <plans></plans>

  this.name = 'Test'
</isloop-test>