pub fn do_toc<V: IntoView + 'static>( toc: TOCSource, gottos: Vec<Gotto>, wrap: impl FnOnce(Option<AnyView>) -> V, ) -> impl IntoView