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