Add a new theme.

This commit is contained in:
2025-08-13 17:04:11 -07:00
parent af7092d664
commit 5ba49358c0
11 changed files with 54 additions and 0 deletions

View File

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>

View File