defiance-ng/layouts/index.html

6 lines
88 B
HTML
Raw Permalink Normal View History

2022-07-20 14:27:20 -07:00
{{ define "main" }}
<div>
<h1>{{ .Site.Title }}</h1>
2022-08-08 15:32:24 -07:00
{{ .Content }}
2022-07-20 14:27:20 -07:00
</div>
{{ end }}