blowfish/layouts/partials/header/header-option.html
2023-01-06 16:57:51 +00:00

5 lines
150 B
HTML

{{ if .HasChildren }}
{{ partial "header/header-option-nested.html" . }}
{{ else }}
{{ partial "header/header-option-simple.html" . }}
{{ end }}