<% page.posts.each(function(post) { %>
  • <%- date(post.date, theme.timeformat) %>
    <%= post.title %>
  • <% }); %>