From fb617e02cab09a5fb7c680f15aa91e17a7fbb811 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 13 Dec 2022 14:39:00 +0100 Subject: Stats! --- views/stats.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/stats.html (limited to 'views/stats.html') 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 %} + +
+ + {{ include('snippets/stats.html') }} + +
+ +{% endblock %} -- cgit v1.2.3