Files
myep-team/templates/bundles/TwigBundle/Exception/error.html.twig
T
2025-03-11 09:08:59 +01:00

14 lines
399 B
Twig

{% extends 'layout.html.twig' %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Oops... Ein Fehler ist aufgetreten
</h1>
<p class="mb-8">
Wir haben uns ein paar Notizen dazu gemacht und werden das Problem so schnell wie möglich beseitigen.
</p>
<a class="btn" href="{{ path('app_security_login') }}">
nochmal von vorne
</a>
{% endblock %}