Checkpoint

This commit is contained in:
Madison Scott-Clary
2021-09-01 21:36:16 -07:00
parent 117330b2cd
commit 5d25ae8f94
59 changed files with 2840 additions and 15 deletions

View File

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