default.txt 117 B

1234567
  1. <h3>Hours</h3>
  2. <ul>
  3. {{#each content.users}}
  4. <li {{bindAttr hello="world"}}>{{firstName}}</li>
  5. {{/each}}
  6. </ul>