{% extends "errors/layout.html" %} {% block error_content %}
Kantree experienced an error from which it cannot recover.
{% if app.config['SUPPORT_EMAIL'] %}If this keeps happening, shoot us a mail at {{app.config['SUPPORT_EMAIL']}}.
{% endif %} {% endblock %}