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