defiance-ng/layouts/index.html

5 lines
71 B
HTML
Raw Normal View History

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