header.html.twig 567 B

123456789101112131415161718
  1. <header role="banner" class="columns small-12">
  2. <section id="header-top" class="row">
  3. <div id="header-top-left" class="columns small-2">
  4. {{ page.header_top_left }}
  5. </div>
  6. <div id="header-top-middle" class="columns small-9">
  7. {{ page.header_top_middle }}
  8. </div>
  9. <div id="header-top-right" class="columns small-1">
  10. <div class="button_burger">
  11. </div>
  12. {{ page.header_top_rigth }}
  13. </div>
  14. </section>
  15. <section id="header-bottom">
  16. {{ page.header_bottom }}
  17. </section>
  18. </header>