loop.hbs 95 B

123456
  1. <ul>
  2. {{#each speakers key="@index" as |speaker|}}
  3. <li>{{speaker}}</li>
  4. {{/each}}
  5. </ul>