{% extends "_base.html" %} {% block page %}not-found{% endblock page%} {% block lang %}{{ config.default_language }}{% endblock lang %} {% block title %}404{% endblock title %} {% block content %}
{{ config.extra.not_found_error_text }}
{{ config.extra.not_found_recover_text }}