ref: 0053be979a8b9f8b0887d4e2aeb24485a4cdcf3c
dir: /docs/layouts/_default/single.html/
{{ template "chrome/header.html" . }} {{ if not .Params.notoc }} <div id="toc" class="well col-md-4 col-sm-6"> {{ .TableOfContents }} </div> {{ end }} <h1>{{ .Title }}</h1> {{ .Content }} {{ template "chrome/footer.html" . }}