diff options
Diffstat (limited to '')
-rw-r--r-- | templates/500.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html index 919f26c..5495d31 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,3 +1,4 @@ +{{ define "500" }} <html> <title>500</title> {{ template "header" . }} @@ -5,3 +6,4 @@ 500 — something broke! </body> </html> +{{ end }} |