pub fn render_template<V>(template: &str, variables: &V) -> Stringwhere V: FormatVariables + ?Sized,
Renders a format template against supported format variables.