Skip to content
Snippets Groups Projects
card--teaser.twig 833 B
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,
  'image': teaser.image.uri,
  'alt': teaser.image.alt,
  'tags': teaser.tags,
  'content': teaser.content,
  'header_level': 2,
  'author': teaser.author,
  'url': teaser.url,
  '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,