Hello, I would like to know if there is a way to configure the interpreter to render undefined variables as null instead of ''. Example `Hello, {{name}}` be rendered as `Hello, null` when name is undefined. Thanks!