mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-29 16:29:28 +01:00
13 lines
413 B
Cheetah
13 lines
413 B
Cheetah
#attr $artistName = ""
|
|
#attr $artistUuid = ""
|
|
#attr $releaseGroups = []
|
|
#import os.path
|
|
#include os.path.abspath($appPath+"/data/interfaces/default/_inc_header.tmpl")
|
|
Artist Name: $artistName <br />
|
|
Unique ID: $artistUuid <br />
|
|
<br />
|
|
Albums:<br />
|
|
#for $releaseGroup in $releaseGroups:
|
|
$releaseGroup <br />
|
|
#end for
|
|
#include os.path.abspath($appPath+"/data/interfaces/default/_inc_footer.tmpl") |