7 lines
184 B
HTML
7 lines
184 B
HTML
|
{{#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}}
|