pub async fn get_page_with_user_data_by_path(
conn: &mut PgConnection,
user_id: Option<Uuid>,
course_data: &CourseContextData,
url_path: &str,
file_store: &dyn FileStore,
app_conf: &ApplicationConfiguration,
) -> ModelResult<CoursePageWithUserData>