web.myco.systems/web-myco/themes/blowfish/layouts/partials/header/header-mobile-option.html
2023-09-02 03:10:14 +00:00

5 lines
164 B
HTML

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