{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block base_head %}
{{ parent() }}
{% set isCategoryPage = page.cmsPage.firstElementOfType('product-listing') %}
{% if isCategoryPage and config('OttTracking.config.emarsysActive') and config('OttTracking.config.emarsysId') %}
{# emarsys integration #}
{% sw_include '@Storefront/storefront/tracking/emarsys/view-category.html.twig' %}
{% endif %}
{% endblock %}