<% _.each(albums, function(album){ %>
<%= album.name %>
(<%= album.count %> photos)
<% }); %>