summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/header/header-mobile-option.html
blob: 17031197e7206a13e270d8d73d410174d88325f3 (plain)
1
2
3
4
5
{{ if .HasChildren }} 
  {{ partial "header/header-mobile-option-nested.html" . }}
{{ else }}
  {{ partial "header/header-mobile-option-simple.html" . }}
{{ end }}