diff --git a/templates/container/container.html.twig b/templates/container/container.html.twig index 612e174767193c23e9dde8238cb5b4261ac47fab..e0effc3f9f612a748738a8fbc41644049965b071 100644 --- a/templates/container/container.html.twig +++ b/templates/container/container.html.twig @@ -28,7 +28,7 @@ {% if header_data %} <div class="layout uw-contained-width"> - {% include '@components/teaser/teaser.twig' with { + {% include '@components/card/card--teaser/card--teaser.twig' with { 'teaser': header_data, 'type': 'header', } %} @@ -39,7 +39,7 @@ {% if footer_data %} <div class="layout uw-contained-width"> - {% include '@components/teaser/teaser.twig' with { + {% include '@components/card/card--teaser/card--teaser.twig' with { 'teaser': footer_data, 'type': 'footer', } %}