erynwells.me/layouts/_default/baseof.html

14 lines
254 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="{{ site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
2021-12-26 12:43:26 -07:00
<main class="main">
{{ block "main" . }}{{ end }}
</main>
{{ partial "footer.html" . }}
</body>
{{ block "scripts" . }}{{ end }}
</html>