{% extends theme("errors/base.html") %} {% set title = _('Bad request') %} {% block details %}
{{ error.message }}
{{ _('The error identifier is {id}').format(id=sentry_event_id) }}