website/layouts/notes/single.html

6 lines
140 B
HTML

{{- define "main" }}
{{ partial "post-start" . }}
<section class="e-content">{{ .Content }}</section>
{{ partial "post-end" . }}
{{- end }}