{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_meta_tags %}
{{ parent() }}
{% sw_include 'logic/wgs-business-logic-int.html.twig' %}
{% endblock %}
{% block layout_head_stylesheet %}
{{ parent() }}
{% if not block('layout_head_meta_tags') is defined %}
{% sw_include 'logic/wgs-business-logic-int.html.twig' %}
{% endif %}
{% endblock %}
{% block layout_head_javascript_tracking %}
{{ parent() }}
{% if not block('layout_head_stylesheet') is defined %}
{% sw_include 'logic/wgs-business-logic-int.html.twig' %}
{% endif %}
{% endblock %}