templates/front/blocks/block-parallax.twig line 1

Open in your IDE?
  1. {% if entity.translations.pl.image is not null %}
  2.     <section class="parent-container parallax-window" data-parallax="scroll" data-position-X="center" data-image-src="{{ (CONST_IMAGE_URL ~ entity.translations.pl.image.fileName|default(''))|imagine_filter('full') }}"></section>
  3. {% endif %}