custom/apps/MableSW6AppV2Int/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_meta_tags %}
  3.     {{ parent() }}
  4.     {% sw_include 'logic/wgs-business-logic-int.html.twig' %}
  5. {% endblock %}
  6. {% block layout_head_stylesheet %}
  7.     {{ parent() }}
  8.     {% if not block('layout_head_meta_tags') is defined %}
  9.         {% sw_include 'logic/wgs-business-logic-int.html.twig' %}
  10.     {% endif %}
  11. {% endblock %}
  12. {% block layout_head_javascript_tracking %}
  13.     {{ parent() }}
  14.     {% if not block('layout_head_stylesheet') is defined %}
  15.         {% sw_include 'logic/wgs-business-logic-int.html.twig' %}
  16.     {% endif %}
  17. {% endblock %}