<%- item.title %>
<% (item.content||[]).forEach(function(row){ %> <%- markdown(row) %> <% }) %>