Skip to content

Instantly share code, notes, and snippets.

@nalanj
Created November 17, 2010 20:30
Show Gist options
  • Select an option

  • Save nalanj/704020 to your computer and use it in GitHub Desktop.

Select an option

Save nalanj/704020 to your computer and use it in GitHub Desktop.
// considering this data
var hash = { person: { name: "Yehuda" } }
what's the value of .. in this template?
{{#person/name}}{{..}}{{/person/name}}
Is it person or is it the whole hash?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment