This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
nwt/layouts/_default/single.html

11 lines
197 B
HTML

{{ define "main" }}
{{ partial "pageslist.html" . }}
<hr>
<h2>{{ .Title }}</h2>
{{ if $.Params.enabletoc }}
<div class="toc">
{{ .Page.TableOfContents }}
</div>
{{ end }}
{{ .Content }}
{{ end }}