{{- if (eq .Site.Params.theme.defaultTheme "light") }}
{{ else if (eq .Site.Params.theme.defaultTheme "dark") }}
{{- /* theme is dark */}}
{{- else }}
{{- /* theme is auto */}}
{{- end }}
{{- if (not .Site.Params.theme.disableThemeToggle) }}
{{- end }}
{{ if not (.Site.Params.navbar.disableSearch | default false) }}
{{ end }}