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