tenebrous-sheets/src/frontend/templates/error.html.tera

6 lines
110 B
Plaintext
Raw Normal View History

2020-12-01 21:32:16 +00:00
{% extends "base" %}
{% block content %}
You have encountered an error: {{ message }}
{% endblock content %}