{# Copyright (C) 2024 Graz University of Technology. invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% extends config.THEME_ERROR_TEMPLATE %} {% block message %}

{{ _("Internal server error") }}

{{ _('Please contact our support to let us know about this error.').format(support_email=config.THEME_TUGRAZ_SUPPORT_EMAIL) }}

{# TODO: provide g.sentry_event_id here once sentry is configured, cf. invenio_theme/500.html #} {% endblock message %}