{% extends "base.html" %} {% block htmltitle %}404 - {{ config.site_name }}{% endblock %} {% block content %}

404

{% trans %}Sorry, this page could not be found.{% endtrans %}

{# See partials/header.html: `nav` is not locale-safe in a static template. #}

{% trans %}Back to the home page{% endtrans %}

{% endblock %} {% block pagination %}{% endblock %}