fn wrap_list<V: IntoView + 'static>( ttl: &'static str, i: impl FnOnce() -> V, ) -> impl IntoView + 'static