Files
Diarios-Oficiais-ALEMS/diários_oficiais_alems/templates/500.html

11 lines
328 B
HTML
Raw Normal View History

2025-03-06 12:10:17 -03:00
{% extends "base.html" %}
{% block title %}Server Error{% endblock title %}
{% block content %}
<h1>Ooops!!! 500</h1>
<h3>Looks like something went wrong!</h3>
<p>
We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.
</p>
{% endblock content %}