layout initialization

This commit is contained in:
Spedon
2023-03-09 12:01:06 +08:00
parent 4a58950a44
commit 4ee452f78e
4 changed files with 23 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>