Skip to main content

render_template

Function render_template 

Source
fn render_template(
    template_renderer: &Tera,
    relative_path: &str,
    context: &Context,
) -> Result<String, CliError>