Something went wrong on our end
-
Eric Bremner authoredEric Bremner authored
card--teaser.twig 405 B
{% if type and (type == 'header' or type == 'footer') %}
{% set show_hover = '' %}
{% else %}
{% set show_hover = 'true' %}
{% endif %}
{% include '@components/card/card.twig' with {
'type': type,
'url': teaser.url,
'header': teaser.header,
'listing_image': teaser.listing_image,
'content': teaser.content,
'footer': teaser.footer,
'tags': teaser.tags,
'show_hover': show_hover,
} %}