Function jf::render

source ·
pub fn render<'a, I>(args: I) -> Result<String>where
    I: IntoIterator<Item = Cow<'a, str>>,
Expand description

Render the template into raw string using the given arguments.