mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
5 lines
No EOL
233 B
Handlebars
5 lines
No EOL
233 B
Handlebars
<div class="images-container">
|
|
{{#each images as |image|}}
|
|
<a data-action="selectImage"><img {{#if (eq image @root.selectedImage)}}class="selected"{{/if}} src="{{image}}" data-image="{{image}}" /></a>
|
|
{{/each}}
|
|
</div> |