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,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>