From f68cdfdadc13ec697ce1123a64dc99875422dbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Fri, 29 Jan 2021 10:21:54 +0100 Subject: Break base template in subtemplates --- templates/base.html | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 4dd6431..bf52ae1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,31 +8,10 @@ -
-
- - {% if title is defined %} -

{{ title }}

- {% else %} -

rgoncalves.se

- {% endif %} -
- -
+ {% include "header.html" %} {% block content %} {% endblock %} - + {% include "footer.html" %} -- cgit v1.2.3