first commit

This commit is contained in:
2022-07-19 09:14:46 +02:00
commit 3da78f29c5
165 changed files with 5907 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="{{ with site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
{{ partial "head.html" . }}
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
{{ partial "preloader.html" . }}
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>