mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
14 lines
No EOL
540 B
Handlebars
14 lines
No EOL
540 B
Handlebars
<section
|
|
class='tab {{tabs.features.cssClass}} {{tabs.features.id}}'
|
|
data-tab='{{tabs.features.id}}'
|
|
data-group='{{tabs.features.group}}'
|
|
>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.Sheets.Feature.Tabs.Features"}}</legend>
|
|
<div class="feature-list">
|
|
{{#each source.system.abilities as |feature key|}}
|
|
{{> 'systems/daggerheart/templates/sheets/global/partials/feature-section-item.hbs' feature=feature}}
|
|
{{/each}}
|
|
</div>
|
|
</fieldset>
|
|
</section> |