tylerperkins.xyz/themes/clortox/layouts/_default/single.html

9 lines
145 B
HTML
Raw Normal View History

2023-06-28 00:58:17 +00:00
{{ define "main" }}
<article>
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</article>
{{ end }}