diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-12 21:33:09 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-12 21:33:09 +0530 |
commit | 01f27147baf80e2222927ddca9369c7d99b4ff3c (patch) | |
tree | ffd8f1431f83ae4f1b390c907ee45c377c84f436 /templates/500.html | |
parent | 82b8afe19b77fe02e1a29a5b5e20882d8e5c3fc5 (diff) | |
download | legit-01f27147baf80e2222927ddca9369c7d99b4ff3c.tar.gz legit-01f27147baf80e2222927ddca9369c7d99b4ff3c.tar.bz2 legit-01f27147baf80e2222927ddca9369c7d99b4ff3c.zip |
routes: index view
Diffstat (limited to '')
-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> |