pub(super) fn do_term<V: IntoView + 'static, const MATH: bool>( t: OpenTerm, children: impl FnOnce() -> V + Send + 'static, ) -> impl IntoView + 'static