first commit

This commit is contained in:
2020-02-26 23:13:24 +01:00
commit 8f7d784ed2
11 changed files with 54 additions and 0 deletions

0
layouts/404.html Normal file
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

View File

0
layouts/index.html Normal file
View File

View File

View File

View File