{{- partial "head.html" . -}} {{ (index $.Site.Params.lang_strings .Site.Language.Lang).skip_to_content }} {{- partial "navbar.html" . -}} {{- partial "header.html" . -}} {{- block "header" . }}{{- end }} {{ $auto_toc := and (not (isset .Params "toc")) (gt .WordCount 500) }} {{ if or ($auto_toc) (.Params.toc) }}
{{- partial "toc.html" . -}}
{{- block "main" . }}{{- end }}
{{ else }}
{{- block "main" . }}{{- end }}
{{ end }} {{- partial "footer.html" . -}}