custom/plugins/EwNovogeniaTheme/src/Resources/views/storefront/page/content/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
  2. {# @var page \Shopware\Storefront\Page\LandingPage\LandingPage|\Shopware\Storefront\Page\CategoryPage\CategoryPage #}
  3. {% block base_main_inner %}
  4.     <div class="container-main">
  5.         {% block page_content %}
  6.             {% if activeRoute != "frontend.home.page" or controllerName != "LandingPage" %}
  7.                 {{ block('cms_breadcrumb') }}
  8.             {% endif %}
  9.             {{ block('cms_content') }}
  10.         {% endblock %}
  11.     </div>
  12. {% endblock %}