shitty-ssg/cmd/ssg/resources/ewnl/template/static.gohtml

10 lines
117 B
Plaintext
Raw Normal View History

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