<% var headContent = { %> <% include("/template/video/includes/header.html"){} %> <% }; var bodyContent = { %> <% include("/template/video/includes/header_menu.html"){} %>

${article.title}

${article.content}
<% include("/template/video/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>