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

9 lines
182 B
Plaintext

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