8 lines
187 B
HTML
8 lines
187 B
HTML
|
{{- define "main" -}}
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
{{- partial "table-of-contents.html" . -}}
|
||
|
{{- .Content -}}
|
||
|
{{- partial "edit-meta.html" . -}}
|
||
|
{{- partial "pagination.html" . -}}
|
||
|
{{- end -}}
|