mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
10 lines
131 B
HTML
10 lines
131 B
HTML
{{ define "main" }}
|
|
<div>
|
|
<h1 class="title">{{ .Site.Title }}</h1>
|
|
</div>
|
|
<div>
|
|
<p>
|
|
{{ .Content }}
|
|
</p>
|
|
</div>
|
|
{{ end }}
|