PageRenderTime 41ms CodeModel.GetById 31ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/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 %}
2One {{ singular }}, two {{ plural }}!
3{% endfor %}