<%- page.category %>

<% page.posts.sort('date', -1).each(function(item) { %>
<%- item.date.format("YYYY-MM-DD") %> <%- item.title %>
<% }) %>