{{template "base" .}} {{define "title"}}{{.Account.Name}}{{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
New Transaction
{{range .Transactions}} {{end}}
{{.Date}} {{.Account}} {{.Payee}} {{.CategoryGroup}} : {{.Category}} {{.Memo}} {{printf "%.2f" .Amount.GetFloat64}}
{{end}}