render

Function render 

Source
pub async fn render<E>(
    gateway_info: &GatewayInfo,
    api: &DynGatewayApi<E>,
) -> Markup
where E: Display,