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

Reports

Generate monthly and yearly statements

Period
} }