summaryrefslogtreecommitdiff
path: root/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.html')
-rw-r--r--templates/error.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html
new file mode 100644
index 0000000..202e53a
--- /dev/null
+++ b/templates/error.html
@@ -0,0 +1,7 @@
+{{define "title"}}Index{{end}}
+{{define "content"}}
+ <div id="error">
+ <p>Error: {{.Error}}</p>
+ <p>Please try refreshing</p>
+ </div>
+{{end}}