{% extends "zerver/portico.html" %} {% block title %} {{ _("Internal server error") }} | Zulip {% endblock %} {% block customhead %} {{ super() }} {% endblock %} {% block portico_class_name %}error{% endblock %} {% block portico_content %}

{{ _("Internal server error") }}

{% trans %}

This Zulip server is currently experiencing some technical difficulties. Sorry about that!

The page will reload automatically soon after service is restored.

If you'd like, you can drop us a line to let us know what happened.

{% endtrans %}
{% endblock %}