ht-OwnCraft/layouts/_default/single.html
2025-01-04 02:40:01 +01:00

9 lines
No EOL
191 B
HTML

{{ define "main" }}
<article>
<h1>{{ .Title }}</h1>
<time>{{ .Date.Format "January 2, 2006" }}</time>
<div class="content">
{{ .Content }}
</div>
</article>
{{ end }}