<% list(albums, function(album) { %>
  1. <%== can.route.link(album.attr('title'), { page: 'library', show: 'songs', artist: album.attr('artist'), album: album.attr('album') }) %>
  2. <% }) %>