aboutsummaryrefslogtreecommitdiffstats
path: root/templates/error.html.tera
blob: 5a4cc1744bdc9f6b4b4c30206d1473c6fef1b159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% extends "base" %}

{% block content %}

<div class="content panel">
  <h2>Error {{ status }}: {{ req }}</h2>
  <h3>{{ message }}</h3>
</div>

{% endblock %}