输入banner图图片脚本导航/分类

django 数据库html显示

template

 

{% autoescape off %}
{% for each in obj %}
    <h2>{{ each.food }}</h2> <br/>
    {{ each.tip }}<br/>
    {{ each.description }}<br/>
    {{ each.step }}<br/>
{% endfor %}
{% endautoescape %}

  

django 数据库html显示

标签:cape   rip   div   end   esc   off   step   tip   template