hugo-skeleton/themes/default/layouts/_default/baseof.html
2025-02-06 17:27:32 +01:00

17 lines
224 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Site.Title }}</title>
</head>
<body>
<header>
</header>
<main>
{{ block "main" . }}{{ end }}
</main>
<footer>
</footer>
</body>
</html>