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

{% 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 %}

{% include "searchbox.html" %}
{%- endblock %}