From c03e38b07ce439f9e6f4d23cb470193393e840e2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 1 Aug 2026 23:56:19 -0500 Subject: initial commit --- templates/base.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..09c565d --- /dev/null +++ b/templates/base.html @@ -0,0 +1,30 @@ + + + + + + {% block title %}{{ config.title }}{% endblock title %} + + + + + + + + +
+ {% block content %}{% endblock content %} +
+ + + + -- cgit v1.2.3