%inherit file="base.html" /> <%def name="body()">
| Album Name | %endifArtist Name | Score | ||
|---|---|---|---|---|
| ${result['title']} | %endif${result['uniquename']} |
${result['score']}%
|
%if type == 'album':
Add this album | %else:Add this artist | %endif