<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %>
<% // 列表头部 %> @{flyfox.view(crud) }
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>