diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-28 21:54:25 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-28 21:54:25 +0100 |
commit | 75a62c57897f0e19433eadbfd9cf7c1409b7f047 (patch) | |
tree | 7316afa104806bde7330194f620ac11fae47a3f0 /templates/page.html | |
parent | 5697c12d80530f53e535774bd5471ac0667373ca (diff) | |
download | guide.deuxfleurs.fr-75a62c57897f0e19433eadbfd9cf7c1409b7f047.tar.gz guide.deuxfleurs.fr-75a62c57897f0e19433eadbfd9cf7c1409b7f047.zip |
try to flatten
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index c6d8610..61e8811 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,4 +12,4 @@ {% block content %} <div class="heading-text">{{ page.description }}</div> {{ page.content | safe }} -{% endblock content %}
\ No newline at end of file +{% endblock content %} |