mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
adding template files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#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")
|
||||
Reference in New Issue
Block a user