pub fn render(tmpl: &impl Template, dest: impl Write) -> Result<(), Error>
Expand description

Render a template into a writer, e.g. a Vec<u8>.

This is an oppinionated default implementation that disables html5ever’s script rendering.