Utilisation templates partial
This commit is contained in:
8
templates/actor-sheet-categorie-competences-partial.html
Normal file
8
templates/actor-sheet-categorie-competences-partial.html
Normal 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>
|
||||
Reference in New Issue
Block a user