pub fn Each<U, I>( items: impl Into<Each<U, I>>, callback: impl Fn(U, Document) -> Document, ) -> impl Renderwhere I: IntoIterator<Item = U>,