vendor/store.shopware.com/netinextmodal/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_pseudo_modal %}
  3.     {{ parent() }}
  4.     {% block base_pseudo_modal_neti_modal %}
  5.         {% sw_include '@Storefront/storefront/component/neti-modal/pseudo-modal.html.twig' %}
  6.     {% endblock %}
  7. {% endblock %}
  8. {% block base_body_script %}
  9.     {{ parent() }}
  10.     {% block base_body_script_neti_modal %}
  11.         {% sw_include '@Storefront/storefront/component/neti-modal/body-script.html.twig' %}
  12.     {% endblock %}
  13. {% endblock %}