Python Flask,Jinja2模板,控制语句,if、for

if语句

{% if %}

{% else %}

{% endif %}

for语句

{% for item in samples %}

{% endfor %}