Learn

    <% _.each(categories, function(cat) { %>
  • <%=cat.title%>

    <% if (cat.maxdate !== '') { %><%= cat.maxdate %><% } %> <% if (cat.progress !== '') { %> <%= cat.progress %> of <%= cat.total %> <% } %>
  • <% }); %>

Summary