照着test.html敲进去或者直接copy test.html一直报jinja2.exceptions.TemplateSyntaxError: unexpected '}' 我的test.html如下,看着模版文件写的语法没问题呀 Test users - Awesome Python Webapp All users {% for u in users %} {{ u.name }} / {{ u.email }} {% endfor %}
照着test.html敲进去或者直接copy test.html一直报jinja2.exceptions.TemplateSyntaxError: unexpected '}'
我的test.html如下,看着模版文件写的语法没问题呀
<title>Test users - Awesome Python Webapp</title>All users
{% for u in users %}{{ u.name }} / {{ u.email }}
{% endfor %}