グーグルウェブengの例を見てください。
{% for greeting in greetings %}
{% if greeting.author %}
<b>{{ greeting.author }}</b> wrote:
{% else %}
An anonymous person wrote:
{% endif %}
<blockquote>{{ greeting.content|escape }}</blockquote>
{% endfor %}
だから私が欲しいのは:これが繰り返されるとき、私はどういうわけかgreeting.authorをjavascriptに存在するいくつかの変数に対してチェックし、そして他のことをする必要があります。それは可能ですか?