mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
5 lines
No EOL
220 B
Handlebars
5 lines
No EOL
220 B
Handlebars
<form class="flexcol">
|
|
{{#each this.items as |item index|}}
|
|
<button class="item-button" data-index="{{index}}">{{localize item.name}} <i class="fa-solid fa-check item-icon"></i></button>
|
|
{{/each}}
|
|
</form> |