shithub: hugo

ref: c0a046cbfb24d64847e6b8a5cd8be8a7e8a0fc80
dir: /docs/layouts/_default/single.html/

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