Files
Nassi-Shneiderman-Diagramm-…/web_app/templates/errors/500.html
2021-01-14 16:18:01 +01:00

8 lines
237 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="content-section">
<h1>Fehler 500</h1>
<h5>Oops. Ole oder Kons haben was falsch gemacht</h5>
<p>Versuch es in naher Zukunft nochmal.</p>
</div>
{% endblock content %}