Add custom theme

This commit is contained in:
2019-08-02 17:21:35 -07:00
parent de12db5747
commit d0acb74eaf
11 changed files with 54 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>