<% site.categories.forEach(function(cat){ %>
  • <%= cat.name %> (<%= cat.length %>)
  • <% }); %>