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-07-04 12:44:59 +00:00
|
|
|
{{ template "modal/edit" . }}
|
2026-07-05 17:55:07 +00:00
|
|
|
{{ template "modal/compose-settings" . }}
|
2026-02-13 15:03:02 +00:00
|
|
|
</body>
|
|
|
|
|
{{ end }}
|