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 Monthly Yearly Year Month for i, month := range months { { month } } Submit } }