From af231d0b3766c2586bb62b23c09272ed281ba060 Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Thu, 10 Jun 2021 00:02:47 -0400
Subject: [PATCH] ISTWCMS-4704: updating container template to use new
 card--teaser

---
 templates/container/container.html.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/container/container.html.twig b/templates/container/container.html.twig
index 612e1747..e0effc3f 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',
     } %}
-- 
GitLab