mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
16 lines
No EOL
438 B
Handlebars
16 lines
No EOL
438 B
Handlebars
<section
|
|
class='tab {{tabs.features.cssClass}} {{tabs.features.id}}'
|
|
data-tab='{{tabs.features.id}}'
|
|
data-group='{{tabs.features.group}}'
|
|
>
|
|
<div class="feature-section">
|
|
{{> 'daggerheart.inventory-items'
|
|
title=tabs.features.label
|
|
type='feature'
|
|
collection=document.system.features
|
|
hideContextMenu=true
|
|
canCreate=true
|
|
showActions=true
|
|
}}
|
|
</div>
|
|
</section> |