sadium/layouts/_default/single.html
Артём c580f172fe
All checks were successful
/ site (push) Successful in 2s
Вернул потерявшийся ToC
2024-07-02 20:59:39 +03:00

18 lines
268 B
HTML

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