suppresion du titre de page superflu en haut de body

This commit is contained in:
2026-03-07 15:50:04 +01:00
parent 5d5de8adb9
commit d4eb5dce28

View File

@@ -2,10 +2,6 @@
{% block content %} {% block content %}
<h1>
{{ page.title }}
</h1>
{{ page.content | safe }} {{ page.content | safe }}
{% endblock content %} {% endblock content %}