diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/500.html b/templates/500.html index 5495d31..72e784c 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,7 +1,7 @@ {{ define "500" }} <html> <title>500</title> -{{ template "header" . }} +{{ template "head" . }} <body> 500 — something broke! </body> |