diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..a832ac1 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,35 @@ + + +{{ partial "head.html" . }} + + {{ partial "nav.html" . }} + +
+

Page Not Found

+ +

+ The page you requested cannot be found. +

+ +

+ Return to home page +

+ +
+ +

Page introuvable

+ +

+ La page que vous avez demandée est introuvable. +

+ +

+ Retourner à l'accueil +

+ +
+ + + {{ partial "footer.html" . }} + +