{% extends 'public_base.html' %} {% load i18n fontawesome_5 %} {% block body %}

{% fa5_icon 'fire-extinguisher' %} {% fa5_icon 'fire-alt' %} 500

{% trans 'Server Error' %}


{% trans 'Something happened. We are working on it!' %}

{% endblock %}