{{ partial "site-head.html" . }} {{ $hasToc := strings.Contains .TableOfContents "
" }}
Skip to content
{{ partial "site-header.html" (dict "Page" . "HasToc" $hasToc) }} {{ if $hasToc }}
{{ end }}
{{ .Content }}
{{ partial "site-footer.html" . }} {{ if $hasToc }} {{ partial "toc-scripts.html" . }} {{ end }}