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> <head>
{{ partial "head.html" . }} {{ partial "head.html" . }}
</head> </head>
<body> <body>
<header> <header>
{{ partial "header.html" . }} {{ partial "header.html" . }}
</header> </header>
<main> <main>
{{ block "main" . }} {{ block "main" . }}
Ce bloc sera remplacé par le contenu de la directive "define" Ce bloc sera remplacé par le contenu de la directive "define"
correspondante dans le template depuis lequel celui-ci est appliqué. correspondante dans le template depuis lequel celui-ci est appliqué.
{{ end }} {{ end }}
</main> </main>
<footer> <footer>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</footer> </footer>