}
//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) {
{ title }
for key := range table {
{ key }
}
for _, values := range table {
for _, val := range values {
{ val }
}
}
}
templ DashboardContent(user *models.User) {
@DashboardContentNav(user)
@DashboardCard("Events Recieved", "420,696", "3.3%", "Since Last Month")
@DashboardCard("Live Streams Scheduled", "420,696", "3.3%", "Since Last Month")
@DashboardCard("Failed Schedules", "420,696", "3.3%", "Since Last Month")