+ Added test.
[haanga.git] / tests / assert_templates / with.tpl
blobaa91530a3f67e153af1cf1dc103cec779d1a2726
1 {% for user in users %}
2     {% with user.name as name %}
3         {{name|upper}} == {{user.name|upper}}
4     {% endwith %}
5 {% endfor %}