{% extends "app/base.html" %} {% load settings i18n %} {% block page-wrapper %}

{% trans '404 Page Not Found' %}

{% trans 'Are you sure the address is correct?' %}
404
{{ SETTINGS.theme.html_after_header|safe }} {% endblock %}