{{- define "body" -}}

{{.Title}}

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