Looking at the (somewhat sparse) docs for twisted web templates:<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://twistedmatrix.com/documents/current/web/howto/twisted-templates.html">http://twistedmatrix.com/documents/current/web/howto/twisted-templates.html</a></div>
<div><br></div><div>I see no mention of loops, like in Jinja2:</div><div><br></div><div>{% for item in items %}</div><div>&lt;sometag&gt;{{item.someproperty}}&lt;/sometag&gt;</div><div>{% endfor %}</div><div><br></div><div>
Is something like this supported?</div><div><br></div><div>thx</div><div>Jacek</div>