{{define "title"}}SMS - FakeSMTP{{end}} {{define "header_buttons"}} {{end}} {{define "body"}}
{{template "header" .}}

SMS

{{template "sms_head" .}}
{{ .SMS.Body }}
{{range $k, $v := .SMS.Metadata}} {{end}}
Key Value
{{ $k }} {{ toPrettyJSON . }} 

{{template "footer" .}}
{{end}} {{define "sms_head"}}
From
{{.SMS.From}}
Recipient
{{.SMS.Recipient}}
Sent At

{{ .SMS.SentAt.Format "02/01/2006 15:04:05"}}

{{end}} {{template "base" .}}