summaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
index 919f26c..5495d31 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,3 +1,4 @@
+{{ define "500" }}
<html>
<title>500</title>
{{ template "header" . }}
@@ -5,3 +6,4 @@
500 &mdash; something broke!
</body>
</html>
+{{ end }}