website/themes/cozy-hugo/layouts/_default/baseof.html
vrifox b260a4ce35
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
ci/woodpecker/pr/hugo-build Pipeline was successful
add language tag
2023-07-29 21:01:22 +02:00

15 lines
No EOL
240 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
{{ partial "head.html" . }}
</head>
<body>
{{- block "header" . }}{{- end }}
{{ partial "nav.html" . }}
{{- block "main" . }}{{- end }}
{{ partial "footer.html" . }}
</body>
</html>