/examples/docroot/for_tuple
https://bitbucket.org/benoitc/erlydtl · #! · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · ee6024301e64ac32ce5e1f28b93dd719 MD5 · raw file
- {% for singular, plural in fruit_list %}
- One {{ singular }}, two {{ plural }}!
- {% endfor %}