All content with type 'screen':

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