标签:cape rip div end esc off step tip template
template
{% autoescape off %}
{% for each in obj %}
<h2>{{ each.food }}</h2> <br/>
{{ each.tip }}<br/>
{{ each.description }}<br/>
{{ each.step }}<br/>
{% endfor %}
{% endautoescape %}
标签:cape rip div end esc off step tip template
原文地址:https://www.cnblogs.com/pythonClub/p/9860811.html