tfcconnection/themes/bl/layouts/partials/header/header-option.html
2025-05-19 14:08:56 -05:00

6 lines
150 B
HTML

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