标签: python html templates jinja2 variable-assignment
我试图为我的变量赋值
{% for song in songs %} {% set song.ID = userID %} {% endfor%}
但我得到了这个
TemplateSyntaxError: expected token '=', got '.'
我想知道如何才能做到这一点。谢谢!