Your signatures
{{if .signatures}}
{{range .signatures}}
{{.Name}}
{{if .IsDefaultNew}}Default: New{{end}}
{{if .IsDefaultReply}}Default: Reply{{end}}
{{.ContentHTML | safe}}
{{$sigID := .ID}}
{{range $.alias_defaults}}
{{if eq .SignatureID $sigID}}
{{if .ForReply}}Reply{{else}}New{{end}} for {{.ForEmail}}
{{end}}
{{end}}
{{.ContentHTML | safe}}
{{end}}
{{else}}
No signatures yet — add one to have it available in compose.
{{end}}