From d4eb5dce2811cbcba4cbad95db9486bb3d536723 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 15:50:04 +0100 Subject: [PATCH] suppresion du titre de page superflu en haut de body --- templates/page.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/page.html b/templates/page.html index 29c7446..5b2c5d5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,10 +2,6 @@ {% block content %} -

- {{ page.title }} -

- {{ page.content | safe }} {% endblock content %}