pub(super) fn problem<V: IntoView + 'static>( uri: &DocumentElementURI, autogradable: bool, sub_problem: bool, styles: Box<[Name]>, children: impl FnOnce() -> V + Send + 'static, ) -> impl IntoView