{{ hugo.Generator }} {{ partial "meta.html" . }} {{ partial "favicon.html" . }}
{{ .Title }} :: {{ .Site.Title }}
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}
{{with .Site.Params.themeVariant}}
{{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 }}
{{T "Edit-this-page"}}
{{ end }} {{ end }} {{$toc := (and (not .Params.disableToc) (not .Params.chapter))}}
{{ if $toc }}
{{ end }}
{{ template "menuTitle_breadcrumb" dict "currentPage" .Page "id" .UniqueID }}
{{ if $toc }} {{ partial "toc.html" . }} {{ end }}
{{ end }} {{ if .Params.chapter }}
{{ end }}
{{if and (not .IsHome) (not .Params.chapter) }}
{{.Title}}
{{end}} {{ define "menuTitle_breadcrumb" }} {{ $title := or .currentPage.Params.menutitle .currentPage.Title }} {{ if .currentPage.Parent }} {{ template "menuTitle_breadcrumb" dict "currentPage" .currentPage.Parent }} {{ end }} {{ if eq .id .currentPage.UniqueID }} {{ $title }} {{ else }}
{{ $title }}
> {{ end }} {{ end }}