mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
8 lines
No EOL
394 B
Handlebars
8 lines
No EOL
394 B
Handlebars
<div class="feature-descriptions">
|
|
{{#unless (eq headerStyle 'none')}}
|
|
<div class="features-header {{#if (eq headerStyle 'large')}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
|
|
{{/unless}}
|
|
{{#each features as | feature |}}
|
|
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
|
{{/each}}
|
|
</div> |