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