<% var i = 1; _.each(breadcrumbs, function(crumb) { %>
  • <% if (crumb.link) { %> <%- crumb.label %> <% } else { %> <% /* last crumb has no link - still must output item URL for Google */ %> <%- crumb.label %> <% } %>
  • <% }); %>