templates/front/includes/header-zone.html.twig line 1

Open in your IDE?
  1. <div class="container-fluid" id="header-zone">
  2.     <div class="wrapper">
  3.         {% include 'front/includes/header.html.twig' %}
  4.         {% include 'front/includes/header-mobile.html.twig' %}
  5.     </div>
  6.     <!-- /.wrapper -->
  7. </div>
  8. <!-- /.container-fluid#header-zone -->