templates/web/customer/layout/footer/main.footer.section.twig line 1

Open in your IDE?
  1. {##
  2.  # Footer
  3.  #
  4.  # @ListChild (list="layout.main.footer", weight="1000")
  5.  #}
  6. <div id="footer">
  7.   <div class="section">
  8.     {{ widget_list('sidebar.footer') }}
  9.   </div>
  10. </div>