{% extends "main.html" %} {# Override zensical's default 404.html (which just emits a bare

) to give the heading an id="__skip". base.html's "Skip to content" link falls back to "#__skip" whenever the page has no toc (true of the 404 page, which isn't part of the nav), and content.html normally supplies that anchor — but 404.html doesn't go through content.html, so without this the skip link 404s. #} {% block content %}

404 - Not found

{% endblock %}