[WIP] Add a site that sort of works

This commit is contained in:
2021-02-21 15:28:54 -06:00
parent 5bf8622a71
commit 0b79d89eb9
18 changed files with 327 additions and 0 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>