mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
13 lines
526 B
Handlebars
13 lines
526 B
Handlebars
<section
|
|
class='tab {{tabs.details.cssClass}} {{tabs.details.id}}'
|
|
data-tab='{{tabs.details.id}}'
|
|
data-group='{{tabs.details.group}}'
|
|
>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
{{formInput systemFields.description value=document._source.system.description}}
|
|
</fieldset>
|
|
|
|
{{formGroup systemFields.motives value=document._source.system.motives}}
|
|
{{formGroup systemFields.difficulty value=document._source.system.difficulty localize=true}}
|
|
</section>
|