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