{%- extends "!page.html" %} {%- set title = _('Not Found (404)') %} {%- set ROOT = "https://docs.blender.org/manual/" %} {%- block htmltitle %} {{ super() }} {% endblock %} {% block content %}

{% trans %}Not Found (404){% endtrans %}

{% trans %}It seems the page you are trying to find has been either moved or deleted.{% endtrans %}
{% trans %}You can try one of the following things:{% endtrans %}

{%- endblock %} {%- block scripts -%} {%- endblock %}