{% extends '_types/root/exceptions/base.html' %} {% block error_summary %}
{% if service_name %} The {{ service_name }} service is currently unavailable. It may be restarting. {% else %} WELL THIS IS EMBARASSING... {% endif %}
{% endblock %} {% block error_content %} {% endblock %}