adding template files

This commit is contained in:
Paul Busch
2011-07-08 20:18:29 +02:00
parent a94e78c7a1
commit 7631662930
8 changed files with 232 additions and 0 deletions
+13
View File
@@ -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")