mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
8 lines
No EOL
349 B
Handlebars
8 lines
No EOL
349 B
Handlebars
<div class="item-description-outer-container">
|
|
<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>
|
|
</div> |