package templates import ( "fmt" "dealroom/internal/model" ) templ Dashboard(user *model.User, dealRooms []*model.Entry) { @Layout("Dashboard", user) {
You have access to { fmt.Sprintf("%d", len(dealRooms)) } deal rooms
Get started by creating a new deal room or wait for an invitation.