hugo-theme-minima/layouts/_default/baseof.html

13 lines
208 B
HTML
Raw Normal View History

2021-07-18 10:34:01 +02:00
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body class="sm:mx-5 sm:my-0">
2021-07-18 10:34:01 +02:00
{{ partial "header.html" . }}
2021-07-18 10:34:01 +02:00
{{ block "main" . }} {{ end }}
{{ partial "footer.html" . }}
</body>
2021-07-18 10:34:01 +02:00
</html>