mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 00:58:51 -05:00
9 lines
302 B
HTML
9 lines
302 B
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" . }}
|