<% site.pages.find({type: type}).sort('order').each(function (p) { %>
  • <%- p.title %>
  • <% }) %>