From ae1353c29c680bdc8849710f25f8d2fbb8b587fb Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Mon, 14 Nov 2022 11:35:36 -0500 Subject: [PATCH] ISTWCMS-5944:adding the contact teaser template --- templates/node/node--uw-ct-contact--teaser.html.twig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/node/node--uw-ct-contact--teaser.html.twig diff --git a/templates/node/node--uw-ct-contact--teaser.html.twig b/templates/node/node--uw-ct-contact--teaser.html.twig new file mode 100644 index 00000000..b4ba197a --- /dev/null +++ b/templates/node/node--uw-ct-contact--teaser.html.twig @@ -0,0 +1,3 @@ +{% include '@components/contact/contact.twig' with { + 'contact': teaser, +}%} -- GitLab