From 35f13c2d308e7a077787af5cb5d4f03ca3d507ce Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Fri, 5 Dec 2025 17:14:05 -0600 Subject: init smolweb compliant --- templates/base.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 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..83b5cc3 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,51 @@ + + + + + {% block title %} {% endblock title %} + + + + + + + + + + + + + + +
+ +
+ +
+ +
{% block content %} {% endblock content %}
+ +
+ + + + -- cgit v1.2.3