1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 15:44:19 +00:00
estus/templates/500.htm

13 lines
No EOL
394 B
HTML

{% extends 'base.htm' %}
{% block title %}Errore server • estus{% endblock %}
{% block content %}
<div class="alert alert-danger" role="alert">
<b>500 Internal Server Error:</b> Qualcosa non ha funzionato nel server, e il debug non è attivo.
</div>
<div>
Ecco una piccola descrizione dell'errore...
</div>
<code>
{{ e }}
</code>
{% endblock %}