14.3.227. crate_anon/crateweb/templates/404.html

{# crate_anon/crateweb/templates/404.html #}

{% extends "base.html" %}

{% block title %}Page not found{% endblock %}

{% block content %}
<h1>Page not found</h1>

<p>Sorry, but the requested page could not be found.</p>
{% endblock %}