gcg-website/layouts/_default/baseof.html
Denys Konovalov d673039275
All checks were successful
website-main / prod-build (push) Successful in 1m13s
website-main / test-build (push) Successful in 49s
website-main / auto-rebuild (push) Has been skipped
deinternationalisation + cleanups
2023-06-21 17:58:49 +02:00

13 lines
298 B
HTML

<!DOCTYPE html>
<html lang="de-de">
{{- 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>