custom/plugins/OttTracking/src/Resources/views/storefront/page/content/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
  2. {% block base_head %}
  3.     {{ parent() }}
  4.     {% set isCategoryPage = page.cmsPage.firstElementOfType('product-listing') %}
  5.     {% if isCategoryPage and config('OttTracking.config.emarsysActive') and config('OttTracking.config.emarsysId') %}
  6.         {# emarsys integration #}
  7.         {% sw_include '@Storefront/storefront/tracking/emarsys/view-category.html.twig' %}
  8.     {% endif %}
  9. {% endblock %}