shitty-ssg/resources/template/static.gohtml

10 lines
121 B
Plaintext
Raw Normal View History

2020-12-04 16:52:25 +01:00
<!DOCTYPE html>
<html>
{{- template "head" . -}}
<body>
{{- template "menu" -}}
<main>
{{- .MainHTML -}}
</main>
</body>