summaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html6
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 &mdash; something broke!
+ {{ template "nav" . }}
+ <main>
+ <h3>500 &mdash; something broke!</h3>
+ </main>
</body>
+
</html>
{{ end }}