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