summaryrefslogtreecommitdiff
path: root/templates/program/current.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/current.html')
-rw-r--r--templates/program/current.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/program/current.html b/templates/program/current.html
new file mode 100644
index 0000000..fd53d45
--- /dev/null
+++ b/templates/program/current.html
@@ -0,0 +1,14 @@
+
+<div id="program-now">
+ <div id="current-show">
+ {{ current }}
+ </div>
+
+ <div id="next-show">
+ {{ next }}
+ </div>
+
+ <div id="after-next-show">
+ {{ after_next }}
+ </div>
+</div> \ No newline at end of file