var helpers_helpers = { ucase: function(s) {return s.toUpperCase(); } }; var helpers = { name: "Chris" };