<%- include("./component/header.html"); %> <%- include("./component/navbar.html"); %>

<%= title %>

<% Object.keys(dashboardPage).forEach(item => { %> <%= dashboardPage[item].title %> <% }); %>
<%- include("./component/footer.html"); %>