summaryrefslogtreecommitdiff
path: root/templates/browse-error.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/browse-error.html')
-rw-r--r--templates/browse-error.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/browse-error.html b/templates/browse-error.html
new file mode 100644
index 0000000..af23654
--- /dev/null
+++ b/templates/browse-error.html
@@ -0,0 +1,5 @@
+{% extends "browse-layout.html" %}
+{% block content %}
+<h1>Error:</h1>
+<p>{{error}}</p>
+{% endblock %}