pub fn render<I: Display, O: Write>(tmpl: I, dest: O) -> Result<O, 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.