{{$prodVersion := print .Page.Params.product " " .Page.Params.version }}
{{ .Page.Title }} | {{ $prodVersion | default .Site.Title -}}
{{ $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | toCSS | minify | fingerprint }}
{{ with .OutputFormats.Get "rss" -}} {{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ "" | safeHTML }} {{ $jsCodeCopy := resources.Get "js/codecopy.js"}}
{{ block "main" . }} {{ end }}
{{ block "toc" .}} {{ end }}