Correction de l'indentation.

This commit is contained in:
2026-03-11 00:20:49 +01:00
parent 79e89b07d6
commit 62a312fb6e
+3
View File
@@ -3,16 +3,19 @@
<head>
{{ partial "head.html" . }}
</head>
<body>
<header>
{{ partial "header.html" . }}
</header>
<main>
{{ block "main" . }}
Ce bloc sera remplacé par le contenu de la directive "define"
correspondante dans le template depuis lequel celui-ci est appliqué.
{{ end }}
</main>
<footer>
{{ partial "footer.html" . }}
</footer>