tfcconnection/themes/bl/layouts/partials/header/header-mobile-option.html
Chris Cochrun 2b82345290 gruh
2025-05-19 14:08:56 -05:00

5 lines
164 B
HTML

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