mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
17 lines
No EOL
505 B
Handlebars
17 lines
No EOL
505 B
Handlebars
<section class='tab {{tabs.features.cssClass}} {{tabs.features.id}}' data-tab='{{tabs.features.id}}'
|
|
data-group='{{tabs.features.group}}'>
|
|
<div class="features-sections">
|
|
{{#each document.system.sheetLists as |category|}}
|
|
{{#if category.values}}
|
|
|
|
{{> 'daggerheart.inventory-items'
|
|
isGlassy=true
|
|
title=category.title
|
|
type='feature'
|
|
collection=category.values
|
|
}}
|
|
|
|
{{/if}}
|
|
{{/each}}
|
|
</div>
|
|
</section> |