diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/500.html b/templates/500.html index 72e784c..53c605f 100644 --- a/templates/500.html +++ b/templates/500.html @@ -3,7 +3,11 @@ <title>500</title> {{ template "head" . }} <body> - 500 — something broke! + {{ template "nav" . }} + <main> + <h3>500 — something broke!</h3> + </main> </body> + </html> {{ end }} |