{# The error page, and the base of the three that say something more specific. Every one of them renders inside the ordinary layout: an operator who hits a 404 should still be one click from where they meant to go, rather than on a bare page with a back button. #} {% extends "base.html" %} {% block title %}{{ status }} · mcp-api-gateway{% endblock %} {% block body_class %}page--error{% endblock %} {% block content %}

{{ status }}

{% block headline %}Something went wrong{% endblock %}

{%- block explanation -%} The gateway could not complete that request. {%- endblock -%}

{% block actions %}

Back to servers

{% endblock %}
{% endblock %}