aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/status.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube/templates/status.html b/youtube/templates/status.html
new file mode 100644
index 0000000..1e18b5c
--- /dev/null
+++ b/youtube/templates/status.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block page_title %}{{ title if (title is defined) else 'Status'}}{% endblock %}
+
+{% block main %}
+ {{ message }}
+{% endblock %}
+