<%- partial('_pre') %>
<%- partial('header', {item: item}) %>
<% site.pages.forEach(function(post){ %> <% if (post.pid == item.pid) { %>
<% if (item.content in post) { %> <%- post[item.content] %> <% } %>
<% } %> <% }) %> <% site.posts.forEach(function(post){ %> <% if (post.pid == item.pid) { %>
<% if (item.content in post) { %> <%- post[item.content] %> <% } %>
<% } %> <% }) %>