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

<%= title %>

<% if (typeof(subpage) !== "undefined") { %>

返回上一级

<% } %>
页面加载中,请稍候 ...
<% if ( pageTemplate != "" ) { %> <%- include(pageTemplate); %> <% } %> <%- include("./component/footer.html"); %>