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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_main %}
  3.     {% block neno_hero_slider_base_main_include %}
  4.         {% include 'storefront/include/neno-hero-slider.html.twig' %}
  5.     {% endblock %}
  6.     {{ parent() }}
  7. {% endblock %}