We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b93f7be + 33684eb commit f9bbaf5Copy full SHA for f9bbaf5
ux.symfony.com/templates/bundles/TwigBundle/Exception/error.html.twig
@@ -2,6 +2,10 @@
2
3
{% block title %}Error {{ status_code }} - Symfony UX{% endblock %}
4
5
+{% block meta %}{% endblock %}
6
+
7
+{% block banner %}{% endblock %}
8
9
{% block main %}
10
<main style="display: grid; place-content: center;text-align: center;" >
11
<div class="d-flex flex-column align-items-center position-relative" style="gap:.5rem;">
@@ -12,5 +16,3 @@
12
16
</div>
13
17
</main>
14
18
{% endblock %}
15
-
-{% block footer %}{% endblock %}
0 commit comments