Files
odidere/internal/service/templates/static/body.gohtml
2026-05-28 00:53:08 +00:00

8 lines
148 B
Plaintext

{{ define "body" }}
<body>
{{ template "main" . }}
{{ template "templates" . }}
{{ template "modal/settings" . }}
</body>
{{ end }}