From 431906aec271735ffbfa1e8aaf90fc8bcc89598d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 15 Nov 2021 14:01:23 +0100 Subject: Improved www examples. Signed-off-by: Toni Uhlig --- wwwroot/inherit/00_base.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'wwwroot/inherit/00_base.tmpl') diff --git a/wwwroot/inherit/00_base.tmpl b/wwwroot/inherit/00_base.tmpl index c1af32e..80b6850 100644 --- a/wwwroot/inherit/00_base.tmpl +++ b/wwwroot/inherit/00_base.tmpl @@ -1,4 +1,4 @@ - + {% block head %} @@ -6,6 +6,9 @@ {% endblock %} -
{% block content %}{% endblock %}
+
+ {% block content %} + {% endblock %} +
-- cgit v1.2.3