Files
caldwell/layouts/_default/single.html
2025-09-09 11:09:05 +01:00

10 lines
208 B
HTML

{{ define "main" }}
<main>
{{ partial "components/hero/index.html" . }}
<div class="content">
{{ .Content }}
</div>
{{ partial "components/postnav/index.html" . }}
</main>
{{ end }}