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