December 2016
Beginner to intermediate
1005 pages
21h 54m
English
Our website has several global components that were present on our home page that don't currently exist on our interior pages. One such item is the Global Header, which consists of the Utility menu, Logo, Main menu, and Search form block.
To add this section to our template, all we need to do is simply copy the header markup from the page--front.html.twig template.
page.html.twig and delete the entire contents.page--front.html.twig and copy the following markup: <header class="header" role="banner">
<div class="header-top">
<div class="container">
{{ page.header_top }}
</div>
</div>
<div class="header-nav container">
{{ page.header}}
{{ page.primary_menu }}
</div>
</header>page.html.twigRead now
Unlock full access