12 lines
313 B
HTML
12 lines
313 B
HTML
<template name="PageEditor">
|
|
<div id="pageEditor">
|
|
{{#if showSelectImageDialog}}
|
|
<div class="modalBackground">
|
|
{{> SelectImageDialog (selectImageDialogArgs)}}
|
|
</div>
|
|
{{/if}}
|
|
|
|
<div><button id="save">Save</button><h1>{{editorName}} Editor</h1></div>
|
|
<div class="editor"></div>
|
|
</div>
|
|
</template> |