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

<%= title %>

<% Object.keys(dashboardPage).forEach(item => { %> <% if (item.indexOf("index") == -1) { /* 跳过 仪表盘 */ %> <%= dashboardPage[item].title %> <% } %> <% }); %>
<%- include("./component/footer.html"); %>