%- 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('surface.html'); %>
<%- include('tail.html'); %>