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