{% extends "base.html" %} {#- Neither `page` nor `section` exists here, so the title is set explicitly. It has to be a block: Tera ignores top-level statements in a child. -#} {%- block seo -%} {%- set_global doc_title = "Page not found" -%} {%- set_global doc_desc = "That page is not part of the hypertor documentation." -%} {%- set_global is_article = false -%} {%- endblock seo -%} {% block body %}

404

That page isn't here.

The documentation may have moved, or the link may have been to a page that never existed.

{% endblock body %}