In snippets: `Template.name.onCreated = function(){ };` but the correct one should be (you have misused with created): `Template.name.onCreated(function() { });`