Initiali import

This commit is contained in:
2022-03-13 16:17:04 +01:00
parent 28e16a3a3c
commit 6d1360cbd1
64 changed files with 8481 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{{#if data.isGM}}
<h3>GM Notes : </h3>
<div class="form-group editor">
{{editor content=data.gmnotes target="data.gmnotes" button=true owner=owner editable=editable}}
</div>
{{/if}}