From d300415652d513a54c214c894e996036d2c999ce Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 21 Mar 2026 21:38:23 -0500 Subject: first commit --- templates/base.html | 17 +++++++++++++++++ 1 file changed, 17 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..aba4506 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,17 @@ + + + + + + CHANGE ME + + + +
+
+ {% block content %} {% endblock content %} +
+
+ + + -- cgit v1.2.3