<% contents.forEach(function(item) { %> <% }); %>
<%- t('Title') %> <%- t('Type') %> <%- t('Author') %> <%- t('Published') %> <%- t('Updated') %>
<%- item.title %> <%- item.contentType %> <%- item.author %> <%- prettyDate(item.published) %> <%- prettyDate(item.updated) %>
<%- pager %>