bornhack-website/src/templates/403.html

10 lines
113 B
HTML

{% extends 'base.html' %}
{% block content %}
<p class="lead">
403 The forbidden fruit.
</p>
{% endblock %}