openspoolman/templates/error.html
2024-12-15 03:39:27 +01:00

7 lines
106 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Error</h1>
<p>{{ exception }}</p>
{% endblock %}