pub fn evaluate_template_string_full(
template: &str,
state: &Value,
item: Option<&Value>,
data_sources: Option<&IndexMap<String, Value>>,
) -> Result<String, EngineError>Expand description
Evaluate a template string with full context including data sources