<% _.each(breadCrumbs, function(b, index){ %> <%= b %><%= (index >= 0 && index < breadCrumbs.length - 1) ? ' > ' : ''%> <% })%>