<%- partial('_pre') %>
<%- partial('header', {item: item}) %>
<% (item.content||[]).forEach(function(row){ %> <%- markdown(row) %> <% }) %>