{{- define "header" -}}
{{ partial "page_path.html" . }} {{ if .Title }}

{{ .Title }}

{{ end }} {{ if .Description }}

{{ .Description }}

{{ end }} {{ partial "taxo_of_single.html" . }} {{ if .Lastmod }}
mtime={{ .Lastmod.Format .Site.Params.dateFormat }} archived={{ default false .Params.archived }}
{{ end }}
{{- end -}} {{- define "main" -}}
{{ if .Param "toc" }} {{ end }}
{{ .Content }}
{{- end -}} {{- define "footer" -}}
{{ with .Site.GetPage .Site.Home.Params.vaultPageLink}} {{ if not (.Eq $.Page) }} save or verify {{ end }} {{ end }}
{{- end -}}