{# FIXME: Needs a _base Teaser for the common Teaser structure #} {% set options = options|default({}) + { teaser_variant: 'news', teaser_text_container_class: 'col-6', } %} {% block teaser %}
{% if teaser.link|default %} {% endif %} {% block teaser_content %}
{# Date #}
{{ teaser.date|localedatetime("%d.%m.%Y")|default }}
{# Title #}
{{ teaser.title|default }}
{# Indicator #}
{% endblock %} {% if teaser.link|default %}
{% endif %}
{% endblock %}