website/layouts/_default/preview/note.html

6 lines
127 B
HTML

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