10 lines
441 B
Handlebars
Raw Normal View History

2020-07-20 12:02:07 +02:00
<form class="{{cssClass}}" autocomplete="off">
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
2022-09-16 02:20:46 +02:00
{{!-- Sheet Body --}}
<section class="sheet-body">
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-hautrevant.hbs"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-frequence.hbs"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
2022-09-16 02:20:46 +02:00
</section>
2020-07-20 12:02:07 +02:00
</form>