custom/plugins/NiulCmsFooter/src/Resources/views/storefront/layout/footer/footer.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
  2. {% block layout_footer_inner_container %}
  3.     {% if page.footer.extensions.cms_page is defined %}
  4.         {% sw_include '@Storefront/storefront/page/content/detail.html.twig' with { cmsPage: page.footer.extensions.cms_page } %}
  5.     {% else %}
  6.         {{ parent() }}
  7.     {% endif %}
  8. {% endblock layout_footer_inner_container %}