From 8a60e1d21efcc844c922e85b19acc6eea7640153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPaulo?= Date: Wed, 10 Apr 2024 17:53:23 -0300 Subject: [PATCH] fix some files format --- templates/layouts/base.html | 12 ++++++------ templates/pages/index.html | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/layouts/base.html b/templates/layouts/base.html index 993f6ee..45ee64c 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -7,17 +7,17 @@ - {% include 'shared/head.html' %} - {% block head %}{% endblock %} + {% include 'shared/head.html' %} + {% block head %}{% endblock %} - {% include 'shared/header.html' %} + {% include 'shared/header.html' %} - {% block content %}{% endblock %} + {% block content %}{% endblock %} - {% include 'shared/footer.html' %} - {% block footer %}{% endblock %} + {% include 'shared/footer.html' %} + {% block footer %}{% endblock %} diff --git a/templates/pages/index.html b/templates/pages/index.html index d161a9d..77e49b1 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -31,7 +31,6 @@

Generated with success!

- {{ page_container_end() }}