Files
caldwell/layouts/_default/baseof.html
2025-08-14 17:27:01 +03:00

15 lines
264 B
HTML

<!doctype html>
<html lang="{{- .Site.LanguageCode -}}">
{{ partial "components/head/index.html" . }}
<body>
{{ partial "components/header.html" . }}
{{ block "main" . }}
{{ end }}
{{ partial "components/footer.html" . }}
</body>
</html>