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

8 lines
129 B
HTML

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