{% extends "template-base.html" %}
{% block main %}
Not Found
Sorry, this page does not exist. Try looking in the Full Documentation Index, or you can search the site with Google:
{% endblock %}
{% block left_sidebar %}
{% set use_page = pages|selectattr("html", 'defined_and_equalto', "docs.html")|first %}
{% set link_prefix = "/" %}{# Links need to be absolute so they work no matter what URL the 404 page is served from #}
{% include "template-sidebar_nav.html" %}
{% endblock %}