{{ partial "docs/html-head" . }} {{ partial "docs/inject/head" . }}
{{ template "menu-container" . }}
{{ partial "docs/inject/content-before" . }} {{ template "main" . }} {{ partial "docs/inject/content-after" . }}
{{ template "footer" . }} {{ template "comments" . }} {{ partial "docs/inject/footer" . }} {{ template "copyright" . }} {{ template "clipboard" . }}
{{ template "toc-container" . }}
{{ partial "docs/inject/body" . }} {{ define "menu-container" }} {{ end }} {{ define "menu" }} {{ partial "docs/menu" . }} {{ end }} {{ define "header" }} {{ partial "docs/header" . }} {{ if partial "docs/toc-show" . }} {{ end }} {{ end }} {{ define "footer" }} {{ partial "docs/footer" . }} {{ end }} {{ define "clipboard" }} {{ with resources.Get "clipboard.js" | resources.Minify }} {{ end }} {{ end }} {{ define "copyright" }} {{ if .Site.Copyright }} {{ end }} {{ end }} {{ define "comments" }} {{ if and .Content (default true (default .Site.Params.BookComments .Params.BookComments)) }}
{{- partial "docs/comments" . -}}
{{ end }} {{ end }} {{ define "main" }}
{{- .Content -}}
{{ end }} {{ define "toc-container" }} {{ if partial "docs/toc-show" . }} {{ end }} {{ end }} {{ define "toc" }} {{ partial "docs/toc" . }} {{ end }}