{% extends "_layout.html" %} {% block title %}{{ _('Internal Server Error') }}{% endblock %} {% block content %}
{{ _('Internal Server Error') }}!
{{ _('We are sorry, but something went terribly wrong. Please try again later, or perhaps go somewhere nice instead.', link = url_for(config['HAWAT_ENDPOINT_HOME'])) | safe }}