{% set hero_classes = "hero" %} {% if hero %} {% set hero_classes = hero_classes ~ " hero-has-media hero-" ~ hero.type %} {% endif %}
{% if hero and hero.type == "image" %} {% elif hero and hero.type == "video" %} {% elif hero and hero.type == "youtube" and external_content_enabled %} {% elif hero and hero.type == "youtube" %}
Externes YouTube-Video

Dieses Video wird aus Datenschutzgruenden nicht automatisch geladen.

{% endif %}
{{ content | safe }}