custom/plugins/fourtwosixPopupsGenerator/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_body %} {{parent()}}
  3.     {% block frontend_plugins_popup %}
  4.         {% if page.footer.extensions.popupExtension.popupConfig %}
  5.             {% set popupConfig = page.footer.extensions.popupExtension.popupConfig %}
  6.             {% sw_include '@Storefront/storefront/popup/index.html.twig' with popupConfig %}
  7.         {% endif %}
  8.     {% endblock %}
  9. {% endblock %}