{{template "base" .}} {{define "title"}}Budget{{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
Go to Accounts
New Transaction
{{range .Transactions}} {{end}}
{{.Date}} {{.Account}} {{.Payee}} {{.Memo}} {{printf "%.2f" .Amount.GetFloat64}}
{{end}}