{% block error_code %}{% endblock %}
{% block error_headline %}Something went wrong{% endblock %}
{% block error_subhead %}{% endblock %}
{% block error_cta %} Back to dashboard {% endblock %}{% load static %} {% comment %} Standalone error shell — does NOT extend base.html on purpose. base.html pulls vendor.js, which unconditionally opens a /ws connection with automatic reconnect. On public 404s, that turns crawler/bot traffic into long-lived WebSocket sessions, which is the wrong shape of load for an error page. Tailwind is also not used here (every selector is .auth-*/.error-* from anthias.css), so keep the asset list tight. {% endcomment %}
{% block error_code %}{% endblock %}
{% block error_subhead %}{% endblock %}
{% block error_cta %} Back to dashboard {% endblock %}