Initial commit

This commit is contained in:
mivinci 2021-07-18 16:34:01 +08:00
commit 063f2bb49a
34 changed files with 1341 additions and 0 deletions

View file

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