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