Twisted web templates: do they support loops?
Jacek Furmankiewicz <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <CAGDztiH0xsabgsF+=_onb4Q2rOj6nwPcTAoJFhJz47cNvEW34w@mail.gmail.com> |
Looking at the (somewhat sparse) docs for twisted web templates:
http://twistedmatrix.com/documents/current/web/howto/twisted-templates.html
I see no mention of loops, like in Jinja2:
{% for item in items %}
<sometag>{{item.someproperty}}</sometag>
{% endfor %}
Is something like this supported?
thx
Jacek
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web