<%= it.title %>
<% it.items.forEach(function (item) { %>
<%= item %>
<% }) %>
<%~ include("footer", { year: it.year }) %>