{{define "webmail_signatures.html"}} Signatures - Webmail {{template "csrf_script" .}}
{{range .flashes}} {{end}}

Signatures

Your signatures
{{if .signatures}} {{range .signatures}}
{{.Name}} {{if .IsDefaultNew}}Default: New{{end}} {{if .IsDefaultReply}}Default: Reply/Forward{{end}}
{{.ContentHTML | safe}}
{{end}} {{else}}

No signatures yet — add one to have it available in compose.

{{end}}
{{if .editing}}Edit signature{{else}}New signature{{end}}
Plain text works fine too — just don't use the formatting toolbar. A blank signature is also valid (e.g. to temporarily disable one without deleting it).
{{if .editing}}Cancel{{end}}
{{template "compose_widget" .}} {{end}}