tenebrous-sheets/templates/error.html.tera

6 lines
110 B
Plaintext

{% extends "base" %}
{% block content %}
You have encountered an error: {{ message }}
{% endblock content %}