{{template "head"}}

koushin

Back

{{if .Message.Envelope.Subject}} {{.Message.Envelope.Subject}} {{else}} (No subject) {{end}}

{{define "message-part-tree"}} {{/* nested templates can't access the parent's context */}} {{$ = index . 0}} {{with index . 1}} {{if eq $.PartPath .PathString}}{{end}} {{.String}} {{if eq $.PartPath .PathString}}{{end}} {{if gt (len .Children) 0}} {{end}} {{end}} {{end}}

Parts:

{{template "message-part-tree" (tuple $ .Message.PartTree)}}
{{if .Body}}

Reply

{{.Body}}
{{else}}

Can't preview this message part.

Download {{end}} {{template "foot"}}