17 lines
		
	
	
		
			449 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			449 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <header class="header">
 | |
|   <div class="header__inner">
 | |
|     <div class="header__logo">
 | |
|       {{ partial "logo.html" . }}
 | |
|     </div>
 | |
|     {{ if len $.Site.Menus }}
 | |
|       {{ partial "mobile-menu.html" . }}
 | |
|     {{ end }}
 | |
|     {{ if and $.Site.Params.showLanguageSelector (len $.Site.Home.AllTranslations) }}
 | |
|       {{ partial "language-menu.html" . }}
 | |
|     {{ end }}
 | |
|   </div>
 | |
|   {{ if len $.Site.Menus }}
 | |
|     {{ partial "menu.html" . }}
 | |
|   {{ end }}
 | |
| </header>
 |