package user import ( "gobeyhan/database/models" "gobeyhan/views/components" "fmt" ) type FormProps struct { User models.User Roles []models.Role Action string IsEdit bool Errors map[string]string } templ Form(props FormProps) {