summaryrefslogtreecommitdiffstats
path: root/templates/error.html
blob: 23ba3585ff322f9eb201b721bd10e6ff1d0ab4aa (plain)
1
2
3
4
5
{% extends "default.html" %}
{% block content %}
<h1>Error</h1>
<h2>{{ page.code }} - {{ page.error }}</h2>
{% endblock %}