{# FIXME: Needs a _base Teaser for the common Teaser structure #} {% set options = options|default({}) + { teaser_variant: 'contacts', teaser_image_container_class: 'col-4', teaser_text_container_class: 'col-8 d-flex align-items-center', teaser_image: true, teaser_title: true, teaser_abstract: true, } %} {% block teaser %}
{% block teaser_content %}
{% if options.teaser_image %}
{{ teaser.title|default }}
{% endif %}
{# Title #} {% if options.teaser_title %}

{{ teaser.title|default }}

{% endif %} {% if options.teaser_abstract %}

{{ teaser.role|default }}

{{ teaser.phone|default }}

{{ teaser.email|default }}

{% endif %}
{% endblock %}
{% endblock %}