diff --git a/lib/locomotive/render.rb b/lib/locomotive/render.rb index 8bf94471..ca330d30 100644 --- a/lib/locomotive/render.rb +++ b/lib/locomotive/render.rb @@ -91,7 +91,7 @@ module Locomotive :current_locomotive_account => current_locomotive_account } - ::Liquid::Context.new({}, assigns, registers, true) + ::Liquid::Context.new({}, assigns, registers, false) # pass false to true to enable the re-thrown exception flag end def prepare_and_set_response(output)