app/Resources/views/includes/content/gallery.html.twig line 1

Open in your IDE?
  1. {% set photos = item.html|get_gallery_photos %}
  2. {% if photos %}
  3.     <gallery-swiper-carousel
  4.         :gallery-data="JSON.parse('{{ photos|json_encode|e('js') }}')"
  5.     ></gallery-swiper-carousel>
  6. {% endif %}