%- include("./component/header.html"); %>
<%- include("./component/navbar.html"); %>
<%= title %>
<% if ( pageTemplate != "" ) { %> <%- include(pageTemplate); %> <% } %>
<%- include("./component/footer.html"); %>