Is it possible to perform bool.parse or similar operations?
Simplified Scriban template to demonstrate question:
var template = Template.Parse("{{ $parsed = foo | bool.parse }}");
var result = template.Render(new { foo = "True"});
This throws the error: (1,25) : error : Object bool is null