%- include('head.html'); %>
<%- include('modal.html'); %>
<%- include('header.html'); %>
    
      
      <%- 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'); %>
      
      <%- include('footer.html', {version:version, author:author}); %>
    
 
<%- include('tail.html'); %>