{% extends "base_error.html" %} {% block error %}
👀

{{ _('NOT_FOUND_TITLE') }}

{{ _("NOT_FOUND_MSG") }}

{{ _("BACK_HOME") }}
{% endblock %}