shitty-ssg/resources/template/static.gohtml

10 lines
121 B
Plaintext

<!DOCTYPE html>
<html>
{{- template "head" . -}}
<body>
{{- template "menu" -}}
<main>
{{- .MainHTML -}}
</main>
</body>