Skip to content

Instantly share code, notes, and snippets.

@ptitb
Created August 3, 2016 14:02
Show Gist options
  • Save ptitb/e225798269acda37acc73d1cadb52ee7 to your computer and use it in GitHub Desktop.
Save ptitb/e225798269acda37acc73d1cadb52ee7 to your computer and use it in GitHub Desktop.
Twig snippets
{% for row in rows %}
{% set parity = cycle(['odd', 'even'], loop.index0) %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment