summaryrefslogtreecommitdiff
path: root/templates/browse-error.html
blob: af236548108e2b9f3bf652a25b1095e0a335fc69 (plain)
1
2
3
4
5
{% extends "browse-layout.html" %}
{% block content %}
<h1>Error:</h1>
<p>{{error}}</p>
{% endblock %}