Add a <main> element to the home template

This commit is contained in:
Eryn Wells 2024-07-23 09:15:27 -07:00
parent 94bfd4fac0
commit 2ef2160c8d

View file

@ -1,3 +1,5 @@
{{ define "main" }}
<h1>Hello world!</h1>
<main class="main--single main--home">
{{ .Content }}
</main>
{{ end }}