prettier/tests/glimmer/loop.hbs

6 lines
95 B
Handlebars

<ul>
{{#each speakers key="@index" as |speaker|}}
<li>{{speaker}}</li>
{{/each}}
</ul>