<% var headContent = { include("/pages/template/head.html"){} %> <% }; var bodyContent = { %>
<% include("/pages/template/menu.html"){} %>
<% //查询列表 %>
<% for(item in list){ %>
...

${item.name}${item.status==2?"(隐藏)":""}

查看 编辑 删除

<%} %>
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>