<% for (var slug in public.posts._data) { %> <% var post = public.posts._data[slug] %> <% if (slug == 'index' || slug[0] == '_' || post.hidden) continue %>
  • <%= post.date %> <%= post.title %>
  • <% } %>