Files
hugo-indieweb-starter/layouts/_default/single.html
2025-01-07 13:02:12 -07:00

7 lines
107 B
HTML

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