Add support for some kind of literal types like lists, dicts, numbers, and strings. The syntax for creating literals is still under debate, but they should be able to be used inside of if statements, and the new set statement, which would work like
{% set .some.path value %}
where value is some literal type, a call, or other path, overriding whatever was at that path value locally for the template (meaning it doesn't reach up into the caller of the Execute)
Add support for some kind of literal types like lists, dicts, numbers, and strings. The syntax for creating literals is still under debate, but they should be able to be used inside of if statements, and the new set statement, which would work like
where value is some literal type, a call, or other path, overriding whatever was at that path value locally for the template (meaning it doesn't reach up into the caller of the Execute)