{{ hugo.Generator }} {{ partial "meta.html" . }} {{ partial "favicon.html" . }} {{ .Title }} {{ default "::" .Site.Params.titleSeparator }} {{ .Site.Title }} {{ $assetBusting := not .Site.Params.disableAssetsBusting }} {{with .Site.Params.themeVariant}} {{end}} {{ range .Site.Params.custom_css -}} {{- end }} {{ partial "custom-header.html" . }} {{ partial "menu.html" . }}
{{if not .IsHome}}
{{ if and (or .IsPage .IsSection) .Site.Params.editURL }} {{ $File := .File }} {{ $Site := .Site }} {{with $File.Path }} {{ end }} {{ end }} {{$toc := (and (not .Params.disableToc) (not .Params.chapter))}} {{ if $toc }} {{ partial "toc.html" . }} {{ end }}
{{ end }}
{{ partial "tags.html" . }}
{{ if .Params.chapter }}
{{ end }}
{{if and (not .IsHome) (not .Params.chapter) }}

{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }} {{.Data.Singular}} :: {{ end }} {{.Title}}

{{end}} {{define "breadcrumb"}} {{$parent := .page.Parent }} {{ if $parent }} {{ $value := (printf "%s > %s" $parent.RelPermalink $parent.Title .value) }} {{ template "breadcrumb" dict "page" $parent "value" $value }} {{else}} {{.value|safeHTML}} {{end}} {{end}}