{% extends "layouts/base.html" %} {% block content %}

{{ error_status | default(404) }}

{{ error_headline | default("Page not found") }}

{{ error_message | default(error_lead) }}

Return home or search the documentation.

{% end %}