blossom/templates/error.html.tera

11 lines
160 B
Plaintext
Raw Normal View History

2023-01-16 05:49:03 +00:00
{% extends "base" %}
{% block content %}
<div class="content panel">
<h2>Error {{ status }}: {{ req }}</h2>
<h3>{{ message }}</h3>
</div>
{% endblock %}