diff options
author | ADRN <adrien@luxeylab.net> | 2024-12-08 00:36:44 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-12-08 00:36:44 +0100 |
commit | 432cabfb601baeda04dfcb21714955f9cf4f5143 (patch) | |
tree | 9e449344c7a567323f8bf133cbeadd58c0b9c6f8 /templates/index.html | |
parent | f3c12ae6f716e9f0f0492d8da73de530ac1106fa (diff) | |
download | guide.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.html | 7 |
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> |