header.html.twig 516 B

12345678910111213141516
  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. {{ page.header_top_right }}
  11. </div>
  12. </section>
  13. <section id="header-bottom">
  14. {{ page.header_bottom }}
  15. </section>
  16. </header>