{# FIXME: Needs a _base Teaser for the common Teaser structure #} {% set options = options|default({}) + { teaser_variant: 'visual', teaser_image_container_class: 'col-12', teaser_title: true, teaser_abstract: true, } %} {% block teaser %}
{% block teaser_content %} {% if teaser.link|default %} {% endif %}
{{ teaser.title|default }}
{# Abstract #} {% if options.teaser_abstract and teaser.abstract|default %}

{{ teaser.abstract|default }}

{% endif %} {# Title #} {% if options.teaser_title and teaser.title|default %}
{{ teaser.title|default }}
{% endif %}
{% if teaser.link|default %}
{% endif %} {% endblock %}
{% endblock %}