{{ _("Error 500!") }}

{% if not error_message %}

{{ _("Looks like the server ran into an issue... Strange...") }}

{% else %}

{{ error_message }}

{% endif %}

{{ _("Back to Home") }}