daggerheart/templates/sheets/items/weapon/description.hbs
2026-01-12 09:53:32 +01:00

5 lines
No EOL
163 B
Handlebars

<div>
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}
</div>