render

Function render 

Source
pub async fn render<E>(
    api: &DynGatewayApi<E>,
    federations: &[FederationInfo],
) -> Markup
where E: Display,