{% extends 'components/teaser/_base/default.twig' %} {% set options = options|default({}) + { teaser_variant: 'iframe', teaser_container_class: 'col-sm-6 col-12', teaser_image: false, teaser_imagesize: 'teaser_landscape', teaser_kicker: false, teaser_title: true, teaser_abstract: true, teaser_iframe_url: false, teaser_iframe_class: '' } %} {% set size = config.get('theme/thumbnails/aliases', [])[options.teaser_imagesize].size|default([]) %} {# Note: Other that in default.twig, this static teaser does not use a teaser object but uses the options directly #} {% block teaser_content %}
{{ options.teaser_kicker|default }}
{% endif %} {# Title #} {% if options.teaser_title %}{{ options.teaser_title|default }}
{% endif %} {% if options.teaser_abstract %}{{ options.teaser_abstract }}
{% endif %} {# Mapp Iframe #} {% if options.teaser_iframe_url %} {% endif %}