sadium/layouts/_default/single.html
Артём 18c3b8ea7e
All checks were successful
/ site (push) Successful in 0s
Ухня, вертай взад
2024-07-15 20:10:14 +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 }}