diff options
author | raylu <raylu@mixpanel.com> | 2011-07-31 02:47:13 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-31 02:47:13 -0700 |
commit | 5395b5ada15dfc417cbe789ea3297274f050892d (patch) | |
tree | 6ac4c64dcc50c29565d68e0821d0e2cdfdc6db0d /templates | |
download | audioaxis-5395b5ada15dfc417cbe789ea3297274f050892d.tar.xz |
MySQL queries work
Diffstat (limited to 'templates')
-rw-r--r-- | templates/p.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/p.html b/templates/p.html new file mode 100644 index 0000000..14b367c --- /dev/null +++ b/templates/p.html @@ -0,0 +1,8 @@ +Playlist: {Id} +<br /> + +{.repeated section Songs} + http://www.youtube.com/watch?v={Yid} +{.alternates with} + <br /> +{.end} |