Skip to content

Instantly share code, notes, and snippets.

@jonarnaldo
Created April 9, 2014 02:43
Show Gist options
  • Select an option

  • Save jonarnaldo/10221389 to your computer and use it in GitHub Desktop.

Select an option

Save jonarnaldo/10221389 to your computer and use it in GitHub Desktop.
Template.profile.helpers ({
person : function() {
return People;
}
});
People = [
{name: "The Dude",age: "Age is relative, man.", occupation: "abiding"},
{name: "Bill Murray", age: 63, occupation: "actor"}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment