<% var headContent = { include("/pages/template/head.html"){} %> <% }; var bodyContent = { %> <% include("/pages/template/menu.html"){} %>

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