header.html (173B)


1
2
3
4
5
6
7
8
9
10

<header class="header">
  <div class="logo">
    {{- partial "logo.html" . -}}
  </div>
  {{- if len $.Site.Menus }}
    {{ partial "menu.html" . }}
  {{- end }}
</header>