fn tree<V: IntoView + 'static>( success: bool, head: impl IntoView + 'static, children: impl FnMut() -> V + Send + 'static, ) -> impl IntoView