Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created May 18, 2011 17:27
Show Gist options
  • Save ryanflorence/979065 to your computer and use it in GitHub Desktop.
Save ryanflorence/979065 to your computer and use it in GitHub Desktop.
Mustache sucks
<h2>{{name}}</h2>
<ul>
{{#subItems}}
<li>
Sub Item name: {{name}}
Parent Item name: {{?!}}
parent name is inaccessible since the subItem has a name property :(
how is this not a common use case?
</li>
{{/subItems}}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment