From bd24273d096399b96a88574a0033db03739a8d6c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 24 Oct 2024 23:47:45 +0200 Subject: official initial commit --- templates/template.html.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/template.html.j2 (limited to 'templates/template.html.j2') diff --git a/templates/template.html.j2 b/templates/template.html.j2 new file mode 100644 index 0000000..96f7f9d --- /dev/null +++ b/templates/template.html.j2 @@ -0,0 +1,15 @@ + + + + + {{ title }} + + +
+
+ {% block content %} + {% endblock %} +
+
+ + -- cgit v1.2.3