culinary.kemonine.info/themes/hugo-theme-techdoc/layouts/posts/single.html

7 lines
144 B
HTML

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