Starting theme

This commit is contained in:
Adsooi 2021-06-08 16:19:46 +02:00
parent 83d9b13642
commit ea539cdf36
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
39 changed files with 977 additions and 0 deletions

View file

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

View file

View file