etrevivant/themes/custom/layouts/_default/single.html
2023-07-06 13:26:58 +02:00

8 lines
98 B
HTML

{{ define "main" }}
<section>
<article>
{{ .Content }}
</article>
</section>
{{ end }}