blossom/templates/error.html.tera

11 lines
160 B
Plaintext

{% extends "base" %}
{% block content %}
<div class="content panel">
<h2>Error {{ status }}: {{ req }}</h2>
<h3>{{ message }}</h3>
</div>
{% endblock %}