}
//Break this up
templ DashboardContentNav(user *models.User) {
}
templ DashboardCard(title, primaryVal, secondaryVal, subtitle string) {
{ title }
{ primaryVal }
{ secondaryVal }
{ subtitle }
}
//Make fmt.stringer the new input
//make [][]string
//make auth version of widget
//make action version of widget
templ DashboardTableWidget(title string, table map[string][]string) {