Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2011 18:18
Show Gist options
  • Save anonymous/837464 to your computer and use it in GitHub Desktop.
Save anonymous/837464 to your computer and use it in GitHub Desktop.
[% FILTER collapse %]
[% foo = [1,2,3] %]
[% FOREACH num IN foo %]
[% IF num == 2 %]
[% note = loop.index %]
[% END %]
[% END %]
[% note %]
[% END %]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment