|
- <%- include('head.html'); %>
-
- <%- include('modal.html'); %>
- <%- include('header.html'); %>
-
- <div class="content-wrapper">
- <div class="pure-g">
-
- <%- include('tools.html', {
- toolbtns:[
- {emitargs:'{"id":"Welcome"}', faicon:"fa-brush"},
- {emitargs:'{"id":"Welcome"}', faicon:"fa-eraser"},
- {emitargs:'{"id":"Welcome"}', faicon:"fa-eye-dropper"}
- ]
- }); %>
-
- <%- include('workspace.html'); %>
-
- </div>
-
- <%- include('footer.html', {version:version, author:author}); %>
- </div>
- <%- include('tail.html'); %>
|