{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #}
{# more information about the licensing of this file. #}
{% extends "layout.html" %}
{% block title %}{{ _("Internal error") }}{% endblock %}
{% block content %}
{{ _("Internal error Something bad happened. The error has been logged, please contact your administrator if the error persists.") | safe }}
{% if message %}
{{ message }}
{% endif %}