{% if content.galleryIsView %} <div style="order: {{ content.galleryOrder ?? -1 }}"> <modern-gallery {% include 'pages/components/attributes/slot.html.twig' %} images="{{ adapt_attribute('gallery.images', content.galleryImages) | json_encode }}" size="{{ content.gallerySize }}" ></modern-gallery> </div>{% endif %}