mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
6 lines
No EOL
271 B
Handlebars
6 lines
No EOL
271 B
Handlebars
<div class="item-description-container">
|
|
<h4>{{localize label}}</h4>
|
|
{{#each features as | feature |}}
|
|
<div class="item-description-inner-container"><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
|
{{/each}}
|
|
</div> |