diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..9a41f0d --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,10 @@ +{{ define "content" }} +

404 Not Found

+

The page you requested cannot be found.

+

+ + Return to the home page + +

+{{ end }} +