<% for (var slug in public.posts._data) { %> <% var post = public.posts._data[slug]; %>
  • <%= post.date %> <%= post.title %>
  • <% } %>