<% _.each(view.tabs, function (tab, index) { if (tab.selected) { %>
  • <%=tab.name%>
  • <% } else { %>
  • <%=tab.name%>
  • <% } }); %>