aboutsummaryrefslogtreecommitdiffstats
path: root/templates/error.html.j2
blob: 2d0dc191881d937ee7ac01fd7ab5bd8dd12c5b31 (plain)
1
2
3
4
5
6
{% extends "base.html.j2" %}

{% block content %}
<h2>Error</h2>
{{ error }}
{% endblock %}