{{- define "body" -}}

{{.Title}}

{{- range .Rows}} {{- if .Section}} {{else if and (not .Description) (not .Amount) }} {{else}} {{end}} {{- end}}
As of
{{.Description}}
 
{{- if .Account -}} {{.Description}} {{- else -}} {{.Description}} {{- end -}} {{if .Amount}}{{.Amount}}{{end}}
{{- end}}