%- include("./component/header.html"); %>
<%- include("./component/navbar.html"); %>
<%= title %>
<% if (typeof(subpage) !== "undefined") { %>
返回上一级
<% } %>
页面加载中,请稍候 ...
提交
清空
<% if ( pageTemplate != "" ) { %> <%- include(pageTemplate); %> <% } %> <%- include("./component/footer.html"); %>