The header component contains the logo and navigation component and is used on most pages on the BX Swiss site.
<header class="container" role="banner">
<a href="#main" class="visually-hidden">Skip to main content</a>
{{render '@logo'}}
{{render '@language-picker'}}
{{render '@search'}}
{{render '@navigation' navigation }}
</header>
/* No context defined for this component. */