Skip to content

Instantly share code, notes, and snippets.

@myndzi
Created May 29, 2015 14:44
Show Gist options
  • Save myndzi/e16f5420c9a051143d2a to your computer and use it in GitHub Desktop.
Save myndzi/e16f5420c9a051143d2a to your computer and use it in GitHub Desktop.
{#data}
<li><a href="{url}">{item}</a></li>
{/data}
<% data.forEach(function (i) { -%>
<li><a href="<%=url%>"><%=item%></a></li>
<% }); -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment