aboutsummaryrefslogtreecommitdiff
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/500.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/500.html b/templates/500.html
index c24f360..9f0657f 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,13 +1,13 @@
{{ define "500" }}
<!DOCTYPE html>
<html>
- <title>500</title>
+ <title>500</title>
{{ template "head" . }}
- <body>
- {{ template "nav" . }}
- <main>
- <h3>500 &mdash; something broke!</h3>
- </main>
- </body>
+ <body>
+ {{ template "nav" . }}
+ <main>
+ <h3>500 &mdash; something broke!</h3>
+ </main>
+ </body>
</html>
{{ end }}