mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
7 lines
No EOL
191 B
Handlebars
7 lines
No EOL
191 B
Handlebars
<div class="effects-display-container">
|
|
{{#each effects as | effect |}}
|
|
<div class="effect-container">
|
|
<img src="{{effect.img}}" />
|
|
</div>
|
|
{{/each}}
|
|
</div> |