{{ partial "svgs/home.svg" (dict "height" 25 "width" 25) . }}
    {{ $currentPage := . }} {{ range .Site.Menus.main }}
  • {{ .Name }} {{ if .HasChildren }}
      {{ range .Children }}
    • {{ .Name }}
    • {{ end }}
    {{ end }}
  • {{ end }}
  • |
  • {{ if .IsTranslated }}
  • |
  • {{ end }}
{{ partial "svgs/sun.svg" (dict "height" 21 "width" 21 "class" "mode-sunny" "title" "LIGHT") . }} {{ partial "svgs/sun.svg" (dict "height" 21 "width" 21 "class" "mode-moon" "title" "DARK") . }}