custom/static-plugins/marketing-tools/src/Resources/views/storefront/component/product/banner/banner-reverse.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@WexoCategoryBanner/storefront/component/product/banner/banner.html.twig" %}
  2. {% block wexo_category_banner_loop %}
  3.     {% set index = (loop.length-loop.index)+1 %}
  4.     {{ parent() }}
  5. {% endblock %}