Use hbs extension
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
@ -10,11 +10,11 @@
|
||||
<label for="system.specific">Mode spécifique</label>
|
||||
<select name="system.specific" data-dtype="String">
|
||||
{{#select system.specific}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-effet.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-effet.hbs"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
|
||||
</section>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user