Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created December 13, 2010 05:47
Show Gist options
  • Select an option

  • Save Lobstrosity/738697 to your computer and use it in GitHub Desktop.

Select an option

Save Lobstrosity/738697 to your computer and use it in GitHub Desktop.
<script type="text/x-jquery-tmpl">
{{each items}}
<li>${$value}</li>
{{/each}}
<!-- is equivalent to -->
{{each(i, item) items}}
<li>${item}</li>
{{/each}}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment