{{template "base" .}} {{define "title"}}Budget{{end}} {{define "new"}} {{template "transaction-new"}} {{end}} {{define "main"}}
New Transaction
Next Month Previous Month
{{range .Categories}} {{end}}
{{.Group}} {{.Name}} {{printf "%.2f" .Balance.GetFloat64}} {{printf "%.2f" .Activity.GetFloat64}}
{{end}}