hugo-battheme/layouts/index.html

11 lines
131 B
HTML

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