<% _.each(tours, function(tour, i) { %>
  • <% if (headers[i] !== undefined) { %>
    <% } %>
    <%= tour.get('title') %>
  • <% }); %>