<% _.each(albums, function(album){ %>
  • <%= album.get("title") %>
  • <% }); %>