sadium/layouts/_default/single.html
Артём 70f4be96b7
All checks were successful
/ site (push) Successful in 0s
Продолжаю прихорашивать сайт
2024-06-15 21:47:06 +03:00

17 lines
222 B
HTML

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