daggerheart/templates/sheets/actors/environment/features.hbs
2026-04-17 20:45:18 -04:00

16 lines
No EOL
448 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=@root.features
hideContextMenu=true
canCreate=@root.editable
showActions=@root.editable
}}
</div>
</section>