{% extends "@Contao/content_element/_base.html.twig" %} {% import "@ContaoCore/Image/Studio/_macros.html.twig" as studio %} {% block content %} <div class="grid-placement-wrapper gp--grid-container"> <div class="grid-placement-content{{ data.vr_gpw_desktop_vAlign is not empty ? ' ' ~ data.vr_gpw_desktop_vAlign }}{{ data.vr_gpw_tablet_vAlign is not empty ? ' ' ~ data.vr_gpw_tablet_vAlign }}{{ data.vr_gpw_mobile_vAlign is not empty ? ' ' ~ data.vr_gpw_mobile_vAlign }}{{ grid_mobile_classes is not empty ? ' ' ~ grid_mobile_classes }}{{ grid_tablet_classes is not empty ? ' ' ~ grid_tablet_classes }}{{ grid_classes is not empty ? ' ' ~ grid_classes }}"> <div class="grid-placement-fragments"> {% for fragment in nested_fragments %} {{ content_element(fragment) }} {% endfor %} </div> </div> </div> {% endblock %}