<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>pub editor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{relPath}}/pub/css/editor.css">
<link rel="stylesheet" href="{{relPath}}/pub/humane-js/flatty.css">
</head>
<body>
<div class="handle leftright"></div>

<div class="outer col">

<div class="header row">
  <div class="menubutton col clickable" title="upload images"> ☰ </div>
  <div class="commitbutton col clickable" title="List changes and commit"> ✔︎ </div>
  <div class="name col"></div>
  <div class="editbutton col clickable" title="fragments"> ✍ </div>
  <div class="helpbutton col clickable" title="help"> ? </div>
</div>

<div class="main row">
  <div class="editorpane left col">
    <div class="updateslist row shadow"></div>
    <iframe class="uploadsform row shadow" src="{{relPath}}/admin/pub-editor-upload"></iframe>
    <textarea class="editor row"></textarea></div>
  <div class="previewpane right col"><iframe class="preview" src="{{relPath}}{{route}}"></iframe></div>
</div>

</div>
<script>window.pubRef = {"href":"{{editorPrefix}}/","relPath":"{{relPath}}"};</script>
<script src="{{relPath}}/js/jquery-1.12.4.min.js"></script>
<script src="{{relPath}}/pub/js/editor-ui.js"></script>
<script src="{{relPath}}/pub/_generator.js"></script>

</body>
</html>
