{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{# Integrate CCM19 before any other script #}
{% block layout_head_javascript_tracking %}
{% set ccm19Integration = page.extensions[constant('Papoo\\Ccm19Integration\\Subscriber\\Frontend::CCM19_INTEGRATION_EXTENSION_ID')] %}
{% if ccm19Integration.url %}
{% endif %}
{{ parent() }}
{% endblock %}