{{ $isDocsHome := (eq .Slug "docs") }} {{ partial "header.html" . }}

{{ if $isDocsHome }} Documentation {{else}} {{ .Title}} {{end}}

{{ with .Content }} {{ end }} {{ partial "toc.html" . }} {{ if not $isDocsHome }} {{ partial "backbutton.html" .}} {{ end }}
{{ partial "footer.html" . }}