From d45551a628cb51fed0dac9efe089aa223cabb196 Mon Sep 17 00:00:00 2001 From: devels Date: Fri, 4 Sep 2026 20:59:23 +0100 Subject: initial commit --- templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 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..4e79148 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,16 @@ + + + + + {% block title %}{{ config.title }}{% endblock %} + + + + +
{% block content %}{% endblock %}
+ + + -- cgit v1.2.3