site-jouf/layouts/_default/single.html

6 lines
151 B
HTML

{{- define "main" -}}
<h1>{{ .Title }}</h1>
{{- partial "table-of-contents.html" . -}}
{{- .Content -}}
{{- partial "edit-meta.html" . -}}
{{- end -}}