var helpers_pipe_helpers = { ucase: function(s) {return s.toUpperCase(); }, bangify: function(s) {return "!" + s + "!"} }; var helpers_pipe = { name: "Chris" };