templates: fix 404 and 500
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M templates/500.html → templates/500.html
@@ -1,3 +1,4 @@ +{{ define "500" }} <html> <title>500</title> {{ template "header" . }}@@ -5,3 +6,4 @@ <body> 500 — something broke! </body> </html> +{{ end }}