binder/binder/templates/404.html

8 lines
185 B
HTML

{% extends "base.html" %}
{% block pageheader %}Page not found{% endblock pageheader %}
{% block body %}
<p>We're sorry, but the requested page could not be found.</p>
{% endblock %}