package components import ( "context" "github.com/starfleetcptn/gomft/internal/db" "strconv" ) type UserEditData struct { User *db.User Roles []db.Role UserRoles []db.Role IsNew bool ErrorMessage string } templ UserEdit(ctx context.Context, data UserEditData) { @LayoutWithContext("Edit User", ctx) {