Hilbish/website/themes/hsh/layouts/_default/baseof.html

10 lines
234 B
HTML
Raw Normal View History

2022-06-22 02:05:46 +00:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
2022-06-22 17:24:41 +00:00
<body style="overflow: hidden;">
2022-06-22 02:05:46 +00:00
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
</body>
</html>