popsu-d9/web/themes/custom/popsu/partials/header.html.twig
2021-06-22 09:50:42 +02:00

16 lines
516 B
Twig

<header role="banner" class="columns small-12">
<section id="header-top" class="row">
<div id="header-top-left" class="columns small-2">
{{ page.header_top_left }}
</div>
<div id="header-top-middle" class="columns small-9">
{{ page.header_top_middle }}
</div>
<div id="header-top-right" class="columns small-1">
{{ page.header_top_rigth }}
</div>
</section>
<section id="header-bottom">
{{ page.header_bottom }}
</section>
</header>