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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_footer %}
  3.     <footer class="col-12 p-0 m-0" >
  4.         {% block base_footer_inner %}
  5.             {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  6.         {% endblock %}
  7.     </footer>
  8. {% endblock %}