tylerperkins.xyz/layouts/index.html

8 lines
85 B
HTML
Raw Normal View History

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