shithub: hugo

ref: 3e87d7a86e5dcd244dd713c8712a26f51f02be87
dir: /docs/layouts/_default/single.html/

View raw version
{{ 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" . }}