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

Open in your IDE?
  1. {##
  2.  # Left sidebar
  3.  #
  4.  # @ListChild (list="layout.main.center", weight="100")
  5.  #}
  6. {% if this.get('layout').isSidebarFirstVisible() %}
  7.   <div id="sidebar-first" class="column sidebar">
  8.     <div class="section">
  9.       {{ widget('XLite\\View\\Layout\\Customer\\SidebarFirst', group='sidebar') }}
  10.     </div>
  11.   </div>
  12. {% endif %}