{{ define "main" }}
{{ partial "_default/sidemenu.html" . }}
{{ partial "versioning/banner.html" . }} {{ if or (eq .Params.toc true) (and (gt .WordCount 400) (ne .Params.toc false)) }}

Table of Contents

{{ .TableOfContents }} {{ end }} {{ $content := replace .Content "" "
" }} {{ $content = $content | replaceRE "()" `${1} # ${3}` }} {{ $content | safeHTML}} {{ partial "searchConfig/docs.html" . }} {{ end }}