hugo-battheme/layouts/index.html
2022-04-09 18:00:33 +02:00

11 lines
131 B
HTML

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