mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
* Added enrichment for Ancestries and Communities * Fixed remainder * Bit of padding * Increased left padding
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> |