diff --git a/404.html.twig b/404.html.twig
index 64f9a96..bd4ef3f 100644
--- a/404.html.twig
+++ b/404.html.twig
@@ -9,7 +9,7 @@
{{ source('assets/images/not-found.svg') }}
{{ 'Oops, this page does not exist...'|trans }}
- {% include '@components/Molecules/Button/Button.twig' with {text: 'Homepage', classes:'Button--large', href: "/", variant: 'primary', icon_left: "chevron-left"} %}
+ {% include '@components/Molecules/Button/Button.html.twig' with {text: 'Homepage', classes:'Button--large', href: "/", variant: 'primary', icon_left: "chevron-left"} %}
{% endblock %}
diff --git a/base.html.twig b/base.html.twig
index 4b80208..d3829eb 100644
--- a/base.html.twig
+++ b/base.html.twig
@@ -17,13 +17,13 @@
{% block header %}
- {% include '@components/Layout/Header/Header.twig' %}
+ {% include '@components/Layout/Header/Header.html.twig' %}
{% endblock %}
{% block body %}{% endblock %}
{% block footer %}
- {% include '@components/Layout/Footer/Footer.twig' %}
+ {% include '@components/Layout/Footer/Footer.html.twig' %}
{% endblock %}