mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 15:05:38 -06:00
5 lines
150 B
HTML
5 lines
150 B
HTML
{{ if .HasChildren }}
|
|
{{ partial "header/header-option-nested.html" . }}
|
|
{{ else }}
|
|
{{ partial "header/header-option-simple.html" . }}
|
|
{{ end }}
|