diff --git a/layouts/baseof.html b/layouts/baseof.html index ba1ca90..1af388c 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -1,20 +1,23 @@ - - {{ partial "head.html" . }} - - -
- {{ partial "header.html" . }} -
-
- {{ block "main" . }} - Ce bloc sera remplacé par le contenu de la directive "define" - correspondante dans le template depuis lequel celui-ci est appliqué. - {{ end }} -
- - + +{{ partial "head.html" . }} + + + +
+{{ partial "header.html" . }} +
+ +
+{{ block "main" . }} + Ce bloc sera remplacé par le contenu de la directive "define" + correspondante dans le template depuis lequel celui-ci est appliqué. +{{ end }} +
+ + +