From 0a574e98d82116d7e2a5a3a1f80f492ce1d7a798 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 6 Feb 2021 15:08:59 +0100 Subject: [PATCH] =?UTF-8?q?Ordentliche=20H1=20zum=20im=20Page-Layout=20hin?= =?UTF-8?q?zugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/templates/page.html b/templates/page.html index 1795e084..1a318413 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,10 +1,16 @@ -{% extends "layout.html" %} +{% extends "header.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-

{{ this.title }}

- {{ this.body }} -
-
+
+
+
+

{{ this.title }}

+
+
+
+
+ {{ this.body }} +
+
+
{% endblock %}