#attr $artistName = ""
#attr $artistUuid = ""
#attr $releaseGroups = []
#import os.path
#include os.path.abspath($appPath+"/data/interfaces/default/_inc_header.tmpl")
Artist Name: $artistName
Unique ID: $artistUuid
Albums:
#for $releaseGroup in $releaseGroups:
$releaseGroup
#end for
#include os.path.abspath($appPath+"/data/interfaces/default/_inc_footer.tmpl")