Utilisation templates partial

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-04 11:38:23 +02:00
parent a10311de04
commit a74ab041f9
4 changed files with 35 additions and 102 deletions

View File

@@ -0,0 +1,8 @@
<header class="competence-header flexrow">
<span class="competence-title">{{categorie}}</span>
</header>
<ul class="item-list alterne-list">
{{#each competences as |comp key|}}
{{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-competence-partial.html" comp}}
{{/each}}
</ul>