From cd00bb3855eb77dc12e664000a099c443c2d00f4 Mon Sep 17 00:00:00 2001 From: Kim Diallo Date: Sat, 3 Jan 2026 02:34:03 +0100 Subject: [PATCH] src/dlw/ssg_config/templates/base.html aktualisiert --- src/dlw/ssg_config/templates/base.html | 40 +++++++------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/src/dlw/ssg_config/templates/base.html b/src/dlw/ssg_config/templates/base.html index 9aa6de8..f3e9848 100644 --- a/src/dlw/ssg_config/templates/base.html +++ b/src/dlw/ssg_config/templates/base.html @@ -1,29 +1,11 @@ - - - - - {{ SITENAME }} - {% block title %}{% endblock %} - - - -
-

{{ SITENAME }}

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

{{ SITENAME }}

+
{% block content %}{% endblock %}
+ + \ No newline at end of file