{{ with resources.Get "favicon.ico" | resources.Fingerprint }} {{ end }} {{ block "meta" . }} {{ end }} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ if isset .Params "title" }} {{ site.Title }} - {{ .Title }} {{ else }} {{ site.Title }} {{ end }} {{ if .Description }} {{ 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 }}