Function render

Source
pub fn render(
    data: impl Serialize,
    template: &mut File,
    output: &mut File,
    context: &Context,
) -> Result<(), Error>
Expand description

Render the template with data in the output file