{% extends "base.html" %} {% from 'partials/_buttons.html' import button %} {% from 'partials/_panels.html' import info_panel %} {% block content %}
{{ info_panel( icon='❌', title='Internal Server Error', content='Something went wrong. Our team has been notified.

Request ID: ' ~ (request_id or request.state.request_id) ~ '', type='error', action_text='Go Home', action_href='/' ) }}
{% endblock %}