Files
odidere/internal/service/templates/static/body.gohtml
2026-07-05 17:55:07 +00:00

10 lines
228 B
Plaintext

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