2023-01-21 14:15:36 -07:00

8 lines
132 B
HTML

{% extends 'base.html' %}
{% block content %}
<article class="error-view">
<h1>500 Server error</h1>
</article>
{% endblock %}