custom/plugins/OdShoplytics/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_javascript_tracking %}
  3.     {% if config('OdShoplytics.config.shoplyticsScript') %}
  4.         <script type="text/javascript" src="{{ config('OdShoplytics.config.shoplyticsScript') }}" {% if config('OdShoplytics.config.shoplyticsDefer') %} defer{% endif %}></script>
  5.     {% endif %}
  6.     {{ parent() }}
  7. {% endblock %}