Add broken site

This commit is contained in:
2021-03-24 23:03:17 -05:00
parent d37c835b01
commit 0d86a9790a
18 changed files with 1180 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>