Almost working

This commit is contained in:
2021-03-24 21:17:05 -05:00
parent d37c835b01
commit 8d1f131b77
19 changed files with 1256 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>