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