header.html.twig 478 B

123456789101112131415
  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-right" class="columns small-9">
  7. {{ page.header_top_rigth }}
  8. </div>
  9. <div id="header-menu" class="columns small-1">burger ||| </div>
  10. </section>
  11. <section id="header-bottom">
  12. {{ page.header_bottom }}
  13. </section>
  14. </header>