Some more initting.

This commit is contained in:
Greenscreener
2019-07-02 16:31:05 +02:00
parent 311328120f
commit a7615faf9d
14 changed files with 58 additions and 0 deletions
+11
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>