{% extends "layouts/app.html" %} {% block title %}{{ error_title|default('Error') }} - Claude Monitor{% endblock %} {% block main_content %}

{{ error_title|default('Error Occurred') }}

What happened?

{{ error_message|default('An unexpected error occurred.') }}

{% if error_details %}

Technical Details:

{{ error_details }}

{% endif %} {% if suggestion %}

Suggestion:

{{ suggestion }}

{% endif %}

If this problem persists, please check the server logs or report the issue.

Check Server Health

{% endblock %}