hugo-battheme/layouts/index.html

11 lines
131 B
HTML
Raw Normal View History

2022-04-08 22:27:21 +00:00
{{ define "main" }}
2022-04-08 22:42:36 +00:00
<div>
2022-04-08 22:27:21 +00:00
<h1 class="title">{{ .Site.Title }}</h1>
</div>
2022-04-09 16:00:33 +00:00
<div>
<p>
{{ .Content }}
</p>
</div>
2022-04-08 22:27:21 +00:00
{{ end }}