sadium/layouts/_default/single.html
Артём 11b7b933ab
All checks were successful
/ site (push) Successful in 1s
Пока, перелистование страничек
2024-07-15 19:54:53 +03:00

18 lines
277 B
HTML

{{ define "main" }}
<main>
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
<aside>
{{ .TableOfContents }}
</aside>
{{ .Content }}
</article>
</main>
<!-- {{ partial "posts_pagination.html" . }} -->
{{ end }}