6 lines
150 B
HTML
6 lines
150 B
HTML
|
{{ if .HasChildren }}
|
||
|
{{ partial "header/header-option-nested.html" . }}
|
||
|
{{ else }}
|
||
|
{{ partial "header/header-option-simple.html" . }}
|
||
|
{{ end }}
|