From 6d5cc0dea276ae1bee8bbd8c6013f16c3bc9be9e Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Fri, 5 Mar 2021 12:52:41 +0100 Subject: [PATCH] Head is now included --- app/templates/base_page.html | 13 +++---------- app/templates/heads.html | 5 +++++ 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 app/templates/heads.html diff --git a/app/templates/base_page.html b/app/templates/base_page.html index be8d43f..6504702 100644 --- a/app/templates/base_page.html +++ b/app/templates/base_page.html @@ -1,23 +1,16 @@ - + - - - - + {% include 'heads.html' %} - {% if title %} {{title}} {% else %}Plan de Charge{%endif%} -
-
- diff --git a/app/templates/heads.html b/app/templates/heads.html new file mode 100644 index 0000000..e933cc6 --- /dev/null +++ b/app/templates/heads.html @@ -0,0 +1,5 @@ + + + + + {% if title %} {{title}} {% else %}Plan de Charge{%endif%} \ No newline at end of file -- libgit2 0.21.2