bornhack-website/src/templates/404.html

10 lines
126 B
HTML

{% extends 'base.html' %}
{% block content %}
<p class="lead">
404 page not found. Sorry about that.
</p>
{% endblock %}