pub async fn get_page<F, V>( render_fn: impl FnOnce() -> F + Send + Sync + 'static, ) -> Response<Full<Bytes>>where F: Future<Output = V>, V: View + 'static,