{# Not-found page (docs/404.html). GitHub Pages serves this for any path it cannot resolve; most other static hosts can be pointed at it too. Context: meta_data, title, phrases. No canonical — the page is noindex. #} {% extends "base.html" %} {% block page_title %}Page not found — {{ title }}{% endblock %} {% block meta %} {% endblock %} {% block content %}
{% endblock %}