www/themes/blowfish/layouts/partials/header/header-option.html
2025-07-18 21:45:32 +02:00

5 lines
149 B
HTML

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