{% extends "@Contao/content_element/_base.html.twig" %} {% import "@ContaoCore/Image/Studio/_macros.html.twig" as studio %} {% block content %} {% block background %}
{% if background_figure is defined %} {{- studio.figure(background_figure) -}} {% endif %} {% if background_video is defined %}
{% endif %}
{% endblock %} {% block foreground %}
{% for fragment in nested_fragments %} {{ content_element(fragment) }} {% endfor %}
{% endblock %} {% endblock %} {% block script %} {% if minHeight_ratio is defined %} {% add to head %} {% endadd %} {% endif %} {% endblock %}