Files
odidere/internal/service/templates/static/body.gohtml

8 lines
148 B
Plaintext
Raw Normal View History

2026-02-13 15:03:02 +00:00
{{ define "body" }}
<body>
{{ template "main" . }}
{{ template "templates" . }}
2026-05-28 00:53:08 +00:00
{{ template "modal/settings" . }}
2026-02-13 15:03:02 +00:00
</body>
{{ end }}