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