all: init
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
A templates/404.html
@@ -0,0 +1,7 @@ +<html> + <title>404</title> +{{ template "header" . }} + <body> + 404 — nothing like that here + </body> +</html>