{% import '@macros/sections.twig' as render %} {% set options = options|default([]) + { item: false, meta: [], } %} {% block head %} {% if emulate|default %} {% endif %} {{ options.item.get("content.title") }} {% endblock %} {% block body %}
{% set sections = options.item.get("content.sections") %} {% block header %}
{% set image = options.item.get("content.media",[]) %} {% set image = image.image|default %} {% if image|default %} {% set variant = image|imgSearchVariant(16/9) %} {% if variant.url|default %}
{% endif %} {% endif %}

{{ options.item.get("content.title") }}

{{ options.item.get("content.kicker") }}

{% set author = options.item.get("content.author", false) %} {% if author %}
{{ author }}
{% endif %}
{% endblock %} {% block content %}

{{ options.item.get("content.abstract") }}

{{ render.sections(sections, "@feed-fbia-teaser/sections/") }} {% endblock %} {% if options.meta.adunit|default %} {% include '@feed-fbia-teaser/content_modules/dfp/ad_slot.twig' with {meta: options.meta} %} {% endif %} {% block footer %} {% endblock %} {% if options.meta.tracking.gtmId|default %} {% set advertorial = ("advertorial" in options.item.get("control.flags")) ? 'true' : '' %}
{% endif %}
{% endblock %}