<% var headContent = { %> <% include("/template/bbs/includes/header.html"){} %> <% }; var bodyContent = { %> <% include("/template/bbs/includes/header_menu.html"){} %>
<% include("/template/bbs/includes/articlelist.html",{articlelist:page}){} %>
<%include("/template/bbs/includes/userinfo.html"){} %>

其他标签更多

<% if(taglist != null && taglist.~size > 0) { %> <% } %>
<% include("/template/bbs/includes/recommend.html"){} %> <% include("/template/bbs/includes/friendly.html"){} %>
<% include("/template/bbs/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>