Pierre Levavasseur
                                        Results
                                        3
                                        comments of
                                        
                                
                                            Pierre Levavasseur
                                        
                                    I did some test. If i modify string_renderer.rb to catch SyntaxError exception, it works : ``` ruby def render(string) begin ERB.new(string).result(@config.get_binding) rescue SyntaxError puts "We can't apply template on this...