1
Files
2025/themes/2026/layouts/page.html
2026-02-21 01:50:39 +01:00

11 lines
205 B
HTML

{{ define "main" }}
{{ partial "article-header.html" . }}
<main>
<article>
{{ .Content }}
{{ partial "article-footer.html" . }}
</article>
{{ partial "asides/toc.html" . }}
</main>
{{ end }}