{{ if isset .Params "title" }}
{{ site.Title }} - {{ .Title }}
{{ else }}
{{ site.Title }}
{{ end }} {{ if .Description }}
{{ end }} {{ with resources.Get "favicon.png" }} {{ with . | fingerprint }}
{{ end }} {{ with .Resize "192x192 png" | fingerprint }}
{{ end }} {{ end }}
{{ block "meta" . }} {{ end }}
{{ hugo.Generator }} {{ range .AlternativeOutputFormats -}} {{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
{{ block "head" . }}{{ end }} {{ if .Param "chroma" }} {{ with resources.Get "chroma.scss" | toCSS | minify | fingerprint | resources.PostProcess }}
{{ end }} {{ end }} {{ with resources.Get "main.scss" | toCSS | minify | fingerprint | resources.PostProcess }}
{{ end }}
{{ partial "nav.html" . }}
{{ if .Param "toc" }}
{{ partial "toc.html" . }}
{{ block "main" . }}{{ end }}
{{ else }} {{ block "main" . }}{{ end }} {{ end }}
{{ block "bottom" . }}{{ end }}