Files
website/blog/layouts/single.html
2025-10-28 18:35:52 +01:00

12 lines
101 B
HTML

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