{% extends "base.html" %} {% block title %}Error — Cellarbrain Explorer{% endblock %} {% block page_title %}Error{% endblock %} {% block content %}

⚠ {{ status_code|default('Error') }}

{{ message }}

← Back to Dashboard
{% endblock %}