aboutsummaryrefslogtreecommitdiffstats
path: root/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dashboard.html')
-rw-r--r--templates/dashboard.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/dashboard.html b/templates/dashboard.html
new file mode 100644
index 0000000..b2cc5f4
--- /dev/null
+++ b/templates/dashboard.html
@@ -0,0 +1,6 @@
+{% include "head.html" %}
+<div class="">
+ Dashboard!
+</div>
+{% include "foot.html" %}
+{# vi:set et sw=2 ts=2: #}