This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{{ define "main" }}
|
|
{{ partial "pageslist.html" . }}
|
|
<hr>
|
|
<h2>{{ .Title }}</h2>
|
|
{{ if $.Params.enabletoc }}
|
|
<div class="toc">
|
|
{{ .Page.TableOfContents }}
|
|
</div>
|
|
{{ end }}
|
|
{{ .Content }}
|
|
{{ end }} |