2018-12-12 11:04:00 -08:00
|
|
|
<template name="PageEditor">
|
|
|
|
|
<div id="pageEditor">
|
|
|
|
|
{{#if showSelectImageDialog}}
|
|
|
|
|
<div class="modalBackground">
|
|
|
|
|
{{> SelectImageDialog (selectImageDialogArgs)}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
2019-01-06 10:43:33 -08:00
|
|
|
<div><button id="save">Save</button><h1>{{editorName}} Editor</h1></div>
|
2018-12-12 11:04:00 -08:00
|
|
|
<div class="editor"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|