This commit is contained in:
Luke Smith
2022-05-26 20:46:49 -04:00
parent e492c397c3
commit 732534b367
4 changed files with 18 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content }}
</article>
{{ partial "footer.html" . }}