10 lines
156 B
HTML
10 lines
156 B
HTML
{{ define "main" }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ partial "metadata.html" . }}
|
|
|
|
{{ if .Params.Toc }}
|
|
{{.TableOfContents}}
|
|
{{ end }}
|
|
{{ .Content }}
|
|
{{ end }}
|