From 8b3f0aa590b51cfd7696ed212adf94fa43a0e858 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 19 Feb 2022 20:55:07 +0100 Subject: initial --- templates/base.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..149831a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,19 @@ + + + + + + + {% block title %} {% endblock %} + + + + +
+
+ {% block content %} {% endblock %} +
+
+ + + -- cgit v1.2.3