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

WatITis: updating templates to use new _ card templates in pattern-lab

parent cbcf5336
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
{% if header_data %}
<div class="node--type-{{ node_type }}">
{% include '@components/card/card--node/card--node.twig' with {
{% include '@components/card/card--node/_card--node.twig' with {
'node': header_data,
'type': 'node',
'featured_image': featured_image,
......@@ -40,7 +40,7 @@
{% if footer_data %}
<div class="layout uw-contained-width">
{% include '@components/card/card--node/card--node.twig' with {
{% include '@components/card/card--node/_card--node.twig' with {
'node': footer_data,
'type': 'node',
} %}
......
{% include '@components/card/card--teaser/card--teaser.twig' with {
{% include '@components/card/card--teaser/_card--teaser.twig' with {
'teaser': teaser,
'type': 'teaser'
} %}
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