modules/XC/CrispWhiteSkin/templates/web/customer/layout/header/main.header.twig line 1

Open in your IDE?
  1. {##
  2.  # Header
  3.  #
  4.  # @ListChild (list="layout.main", weight="200")
  5.  #}
  6. <header id="header-area">
  7.   <div class="desktop-header">
  8.       <div class="container">
  9.         {{ widget_list('layout.header') }}
  10.       </div>
  11.   </div>
  12.   {{ widget_list('layout.header.mobile') }}
  13. </header>