aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.tmpl')
-rw-r--r--templates/error.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/error.tmpl b/templates/error.tmpl
new file mode 100644
index 0000000..b6943be
--- /dev/null
+++ b/templates/error.tmpl
@@ -0,0 +1,6 @@
+{{template "header.tmpl"}}
+<h1> Error </h1>
+<div> {{.}} </div>
+<a href="/timeline"> Home </a>
+{{template "footer.tmpl"}}
+