templates/web/customer/layout/content/main.center.center.twig line 1

Open in your IDE?
  1. {##
  2.  # Center box
  3.  #
  4.  # @ListChild (list="layout.main.center", weight="200")
  5.  #}
  6. <div id="content" class="column">
  7.   <div class="section">
  8.     <a id="main-content"></a>
  9.     {{ widget('XLite\\View\\ListContainer', inner='layout/content/center.twig', group='center') }}
  10.   </div>
  11. </div>