<%inherit file="base.html"/> <%def name="headerIncludes()">
<%def name="body()">
${artist['ArtistName']}
%for album in albums: %endfor
Album Name Release Date Release Type Status Have
${album['AlbumTitle']} ${album['ReleaseDate']} ${album['Type']} ${album['Status']}
tracks
<%def name="headIncludes()"> <%def name="javascriptIncludes()">