diff --git a/app/resources/views/404.twig b/app/resources/views/404.twig index ea0be1f..d1aa6e3 100644 --- a/app/resources/views/404.twig +++ b/app/resources/views/404.twig @@ -1,9 +1,13 @@ {% extends 'layouts/app.twig' %} {% block content %} -
-

- 404 • Not Found -

+
+ {% include 'components/header.twig' %} + +
+

+ 404 • Not Found +

+
{% endblock %}