15 lines
378 B
Handlebars
15 lines
378 B
Handlebars
<section class="tab creature-description {{tab.cssClass}}" data-group="sheet" data-tab="description">
|
|
|
|
<fieldset>
|
|
<legend>{{localize "AWEMMY.Character.Description"}}</legend>
|
|
{{formInput
|
|
systemFields.description
|
|
enriched=enrichedDescription
|
|
value=system.description
|
|
name="system.description"
|
|
toggled=true
|
|
}}
|
|
</fieldset>
|
|
|
|
</section>
|