diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig new file mode 100644 index 0000000..8e34094 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -0,0 +1,13 @@ +{% extends 'layout.html.twig' %} + +{% block content %} +

+ Oups... Ein Fehler ist aufgetreten +

+

+ Wir haben uns ein paar Notizen dazu gemacht und werden das Problem so schnell wie möglich beseitigen. +

+ + nochmal von vorne + +{% endblock %} diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig new file mode 100644 index 0000000..363f0dc --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -0,0 +1,13 @@ +{% extends 'layout.html.twig' %} + +{% block content %} +

+ Oups... Ein Fehler ist aufgetreten +

+

+ Die von dir aufgerufene Seite können wir leider nicht (mehr) finden. +

+ + nochmal von vorne + +{% endblock %} diff --git a/templates/layout.html.twig b/templates/layout.html.twig index ee91835..61659ae 100644 --- a/templates/layout.html.twig +++ b/templates/layout.html.twig @@ -3,9 +3,10 @@ {% block body %}
- + My E&P Team + {% if app.user %} + {% endif %}