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

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