<% _.forEach(items, function(item, index){ %>
  • <%- item.name %> (<%- index %>)
  • <% }); %>