mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
11 lines
No EOL
462 B
Handlebars
11 lines
No EOL
462 B
Handlebars
<section
|
|
class='tab {{tabs.notes.cssClass}} {{tabs.notes.id}}'
|
|
data-tab='{{tabs.notes.id}}'
|
|
data-group='{{tabs.notes.group}}'
|
|
>
|
|
{{formInput notes.field value=notes.value enriched=notes.enriched toggled=true}}
|
|
|
|
{{#if (and showAttribution document.system.attribution.artist)}}
|
|
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
|
|
{{/if}}
|
|
</section> |