Skip to content

Instantly share code, notes, and snippets.

@gregimba
Created March 10, 2013 22:59
Show Gist options
  • Save gregimba/5130893 to your computer and use it in GitHub Desktop.
Save gregimba/5130893 to your computer and use it in GitHub Desktop.
<ul class="people_list">
{{#each people}}
<li>{{this}}</li>
{{/each}}
</ul>
<ul class="people_list">
<li>Yehuda Katz</li>
<li>Alan Johnson</li>
<li>Charles Jolley</li>
</ul>
{
people: [
"Yehuda Katz",
"Alan Johnson",
"Charles Jolley"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment