summaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000..919f26c
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,7 @@
+<html>
+ <title>500</title>
+{{ template "header" . }}
+ <body>
+ 500 &mdash; something broke!
+ </body>
+</html>