If I access a non-existing context property in a template, like this:
{{ nonExistingProperty }}
then I don't get any errors when calling FluidTemplate.Render. Such objects are just ignored and not rendered.
Is there a way to validate them and either throw exception or render error text in a place of invalid call?
Thanks in advance