This commit is contained in:
Denys Konovalov
2020-06-27 10:05:59 +02:00
commit 225c08d3a0
393 changed files with 19804 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
{{- partial "head.html" . -}}
<body>
{{- partial "preloader.html" . -}}
{{- partial "header.html" . -}}
{{ if not .IsHome }}
{{ partial "page-header.html" . }}
{{ end }}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
</body>
</html>