When setting RenderSettings.raiseExceptionsInStrictMode to false (default set. tot true), then in strict mode, no exception will be thrown, but the exception will be recorded and can be retrieved by the method Template.errors(). This is exactly how Ruby's Liquid works.
When setting
RenderSettings.raiseExceptionsInStrictMode
tofalse
(default set. tottrue
), then in strict mode, no exception will be thrown, but the exception will be recorded and can be retrieved by the methodTemplate.errors()
. This is exactly how Ruby's Liquid works.Fixes #167