workshop/layouts/partials/header.html [35:104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ 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 }} {{ if .Params.chapter }}
{{ end }}

{{.Title}}

{{define "breadcrumb"}} {{$parent := .page.Parent }} {{ if $parent }} {{ $value := (printf "%s > %s" $parent.Permalink $parent.Title .value) }} {{ template "breadcrumb" dict "page" $parent "value" $value }} {{else}} {{.value|safeHTML}} {{end}} {{end}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - workshop/themes/learn/layouts/partials/header.html [31:100]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ 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 }} {{ if .Params.chapter }}
{{ end }}

{{.Title}}

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