{% extends "base" %}

{% block content %}

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

{% endblock %}