From 22ef524b9602ea39b08e18f689ef1b135de8ca2f Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Fri, 25 Apr 2025 20:28:26 -0500 Subject: Initial commit --- templates/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 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..126d559 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,20 @@ + + + + {% block head %} + {{title}} + + + + {% endblock %} + + +
+

Shadowbox

+
+ +
+{% block content %}{% endblock %} +
+ + -- cgit