website/layouts/notes/single.html

6 lines
140 B
HTML
Raw Normal View History

2022-10-15 09:20:51 +00:00
{{- define "main" }}
{{ partial "post-start" . }}
<section class="e-content">{{ .Content }}</section>
{{ partial "post-end" . }}
{{- end }}