/examples/docroot/for_tuple

https://bitbucket.org/benoitc/erlydtl · #! · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · ee6024301e64ac32ce5e1f28b93dd719 MD5 · raw file

  1. {% for singular, plural in fruit_list %}
  2. One {{ singular }}, two {{ plural }}!
  3. {% endfor %}