aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.tpl')
-rw-r--r--templates/error.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/error.tpl b/templates/error.tpl
new file mode 100644
index 0000000..4b36bdb
--- /dev/null
+++ b/templates/error.tpl
@@ -0,0 +1,11 @@
+{{template "base" .}}
+
+{{define "title"}}Error {{.Short}}{{end}}
+
+{{define "content"}}
+
+<h1>{{.Short}}</h1>
+
+{{.Long}}
+
+{{end}}