{% extends "base.html" %} {% import "_icons.html" as icons %} {% block title %}Not found{% endblock %} {% block heading %}404 — not found{% endblock %} {% block content %}
{{ icons.icon("alert-triangle", 32) }}

That page doesn't exist.

{{ icons.icon("arrow-left", 14) }} Back to system health

{% endblock %}