<%= page.category %>

<% page.posts.each(function(post){ %>
<%= post.title %>
<% }) %>
<%- partial('_partial/paginator') %>