Skip to content

Instantly share code, notes, and snippets.

@cfsilence
Created July 16, 2012 00:02
Show Gist options
  • Save cfsilence/3119289 to your computer and use it in GitHub Desktop.
Save cfsilence/3119289 to your computer and use it in GitHub Desktop.
<script>
{
people: [
"Yehuda Katz",
"Alan Johnson",
"Charles Jolley"
]
}
</script>
<ul class="people_list">
{{#each people}}
<li>{{this}}</li>
{{/each}}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment