pub fn render_string(template: &str, data: &Value) -> Result<String, Error>Expand description
Utility function to render a basic string with a serde_json::Value instead of dealing with liquid::Object.
pub fn render_string(template: &str, data: &Value) -> Result<String, Error>Utility function to render a basic string with a serde_json::Value instead of dealing with liquid::Object.