mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
* ItemFeatures are now prepended to the description * . * Better separation of concerns * . * .
5 lines
No EOL
163 B
Handlebars
5 lines
No EOL
163 B
Handlebars
<div>
|
|
{{#each features as | feature |}}
|
|
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
|
{{/each}}
|
|
</div> |