templates: fix 404 and 500
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M templates/404.html → templates/404.html
@@ -1,7 +1,9 @@ +{{ define "404" }} <html> <title>404</title> -{{ template "header" . }} +{{ template "head" . }} <body> 404 — nothing like that here </body> </html> +{{ end }}