aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-12-08 00:36:44 +0100
committerADRN <adrien@luxeylab.net>2024-12-08 00:36:44 +0100
commit432cabfb601baeda04dfcb21714955f9cf4f5143 (patch)
tree9e449344c7a567323f8bf133cbeadd58c0b9c6f8 /templates/index.html
parentf3c12ae6f716e9f0f0492d8da73de530ac1106fa (diff)
downloadguide.deuxfleurs.fr-432cabfb601baeda04dfcb21714955f9cf4f5143.tar.gz
guide.deuxfleurs.fr-432cabfb601baeda04dfcb21714955f9cf4f5143.zip
WIP: plein de changement de titre + le dossier motivation du commit précédent
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 1193328..b48d6d0 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -39,8 +39,11 @@
<div class="content text">
{% block content %}
- <div id="features" class="heading-text">{{ section.title }} </div>
- {{ section.content | safe }}
+ <div id="features" class="heading-text">
+ {{ section.title }}
+ </div>
+
+ {{ section.content | safe }}
{% endblock content %}
</div>