1
Files
2025/themes/2026/layouts/page.html

12 lines
258 B
HTML

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