diff --git a/templates/container/container.html.twig b/templates/container/container.html.twig index f2dd7899e18278282700f059688e440cdbb8d845..96e969d7c57e0c2519c25ea08db5bfd6be5aa4a1 100644 --- a/templates/container/container.html.twig +++ b/templates/container/container.html.twig @@ -39,8 +39,8 @@ {% if footer_data %} <div class="layout uw-contained-width"> - {% include '@components/card/card--teaser/card--teaser.twig' with { - 'teaser': footer_data, + {% include '@components/card/card--node/card--node.twig' with { + 'node': footer_data, 'type': 'footer', } %} </div>