Initial push

This commit is contained in:
2022-10-22 11:09:48 +02:00
commit 45273e5e43
75 changed files with 5099 additions and 0 deletions

View File

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