mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Plugin execution context (#119)
This commit is contained in:
@@ -50,7 +50,7 @@ async fn render_tag<T: TemplateCallback>(
|
||||
Some(v) => {
|
||||
let r = Box::pin(parse_and_render(v, vars, cb)).await;
|
||||
r.to_string()
|
||||
},
|
||||
}
|
||||
None => "".into(),
|
||||
},
|
||||
Val::Bool { value } => value.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user