{{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}} {{template "amount-cell" .Balance}} {{template "amount-cell" .Activity}} {{end}}
{{.Group}} {{.Name}}
{{end}}