Skip to content
Snippets Groups Projects
Commit af231d0b authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4704: updating container template to use new card--teaser

parent 52ecf537
No related branches found
No related tags found
1 merge request!34ISTWCMS-4847: adding preprocess to main content area to add classes for 404...
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
{% if header_data %} {% if header_data %}
<div class="layout uw-contained-width"> <div class="layout uw-contained-width">
{% include '@components/teaser/teaser.twig' with { {% include '@components/card/card--teaser/card--teaser.twig' with {
'teaser': header_data, 'teaser': header_data,
'type': 'header', 'type': 'header',
} %} } %}
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
{% if footer_data %} {% if footer_data %}
<div class="layout uw-contained-width"> <div class="layout uw-contained-width">
{% include '@components/teaser/teaser.twig' with { {% include '@components/card/card--teaser/card--teaser.twig' with {
'teaser': footer_data, 'teaser': footer_data,
'type': 'footer', 'type': 'footer',
} %} } %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment