mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
11 lines
No EOL
449 B
Handlebars
11 lines
No EOL
449 B
Handlebars
<div class="item-description-outer-container">
|
|
{{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}}
|
|
|
|
{{#if features.length}}
|
|
<div class="item-description-container">
|
|
{{#each features as | feature |}}
|
|
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
</div> |