blowfish/layouts/partials/header/header-mobile-option.html

6 lines
164 B
HTML
Raw Normal View History

2023-01-13 20:09:45 -06:00
{{ if .HasChildren }}
{{ partial "header/header-mobile-option-nested.html" . }}
{{ else }}
{{ partial "header/header-mobile-option-simple.html" . }}
{{ end }}