website/layouts/notes/single.html

6 lines
147 B
HTML

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