{{- /* Nav Dialog - Mobile drawer for TOC and Collections */ -}} {{- $showToc := .Store.Get "showToc" -}} {{- $showCollection := .Params.collections | and (.Param "collection_list") -}} {{- $showNavDialog := $showToc | or $showCollection -}} {{- .Store.Set "showNavDialog" $showNavDialog -}} {{- if $showNavDialog -}}
{{- if $showToc | and $showCollection -}} {{- .Store.Set "hasTabs" true -}}
{{- else if $showToc -}}
{{- else -}}
{{- partial "single/collection-list.html" . -}}
{{- end -}}
{{- end -}}