This commit is contained in:
Madison Scott-Clary
2023-02-17 00:42:06 -08:00
parent f394a10571
commit f9c18a88f9
12 changed files with 49 additions and 11 deletions

6
layouts/page/single.html Normal file
View File

@ -0,0 +1,6 @@
{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}