package view import ( "strconv" "github.com/rjNemo/rentease/internal/view/layout" ) templ Reports(months []string, m int, year string) { @layout.BaseLayout() {

Reports

Generate monthly and yearly statements

Period
} }