pub async fn frontpage(
configuration: &Configuration,
) -> Result<FrontPageContent, Error<FrontpageError>>
Expand description
Return information required to render the site’s front page.
pub async fn frontpage(
configuration: &Configuration,
) -> Result<FrontPageContent, Error<FrontpageError>>
Return information required to render the site’s front page.