%! import markdown %>
${tracklist.title}
${tracklist.title}
${markdown.markdown(tracklist.subtitle)}
Javascript + Flash =
Crazy Delicious
!
% for count, (fn, info) in enumerate(sorted(tracklist.items())):
${info.duration | h}
${info.artist | h} - ${info.title | h}
% endfor