diff --git a/layouts/404.html b/layouts/404.html index e9be069..8901f6e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,13 @@ -{{ partial "header.html" . }} -
-
-

{{ .Title }}

+{{ define "main" }} +truc +
+
+ {{ partial "brand.html" . }} + +

{{ .Title }}

+
+ {{ partial "footer.html" . }} +
+
-
-{{ partial "footer.html" . }} +{{ end }} \ No newline at end of file