mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
6 lines
No EOL
321 B
Handlebars
6 lines
No EOL
321 B
Handlebars
<div class="feature-descriptions">
|
|
<div class="features-header {{#if @root.large}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
|
|
{{#each features as | feature |}}
|
|
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
|
{{/each}}
|
|
</div> |