initialization

This commit is contained in:
Spedon
2023-03-09 08:50:16 +08:00
commit 7d4dcb5319
12 changed files with 59 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>