summaryrefslogtreecommitdiff
path: root/views/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/stats.html')
-rw-r--r--views/stats.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/views/stats.html b/views/stats.html
new file mode 100644
index 0000000..541639f
--- /dev/null
+++ b/views/stats.html
@@ -0,0 +1,16 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "Stats | Hochzeit" %}
+
+{% block css %}
+{% endblock %}
+
+{% block main %}
+
+<div class="container">
+
+ {{ include('snippets/stats.html') }}
+
+</div>
+
+{% endblock %}