hugo-battheme/layouts/index.html
2022-04-09 00:42:36 +02:00

5 lines
86 B
HTML

{{ define "main" }}
<div>
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}