{% extends "base.html" %} {% block htmltitle %}404 - {{ config.site_name }}{% endblock %} {% block content %}
{% trans %}Sorry, this page could not be found.{% endtrans %}
{# See partials/header.html: `nav` is not locale-safe in a static template. #} {% endblock %} {% block pagination %}{% endblock %}