{% extends "layout.html" %} {% block toptext %} 500 - Internal Server Error {% endblock %} {% block main %} {% if message: %}

{{ message }}

{% else %}

Ipsilon encountered an unexpected internal error while trying to fulfill your request.

{% endif %}

Please retry again.

If the error persists, contact the server administrator to resolve the problem.

{% endblock %}