pub(crate) async fn home(
    cookie: Option<TypedHeader<Cookie>>
) -> Result<impl IntoResponse, AppError>