Newer
Older
{% if type and (type == 'header' or type == 'footer') %}
{% set show_hover = '' %}
{% else %}
{% set show_hover = 'true' %}
{% endif %}
{% include '@components/card/card.twig' with {
'title': teaser.title,
'sub_title': teaser.sub_title,
'date': teaser.date,
'sources': teaser.image.sources,
'img_element': teaser.image.img_element,
'alt': teaser.image.alt,
'tags': teaser.tags,
'content': teaser.content,
'header_level': 2,
'show_hover': show_hover,
'email': teaser.email,
'phone': teaser.phone,
'location': teaser.location,
'link_profile': teaser.link_profile,
'personal_webpage': teaser.personal_webpage,
'additional_info': teaser.additional_info,
'contact_for': teaser.contact_for,
'groups': teaser.groups,