I have such code
我有这样的代码
{% for x in list %}
<div class="col-md-4">
<h3>{{ x.title }}</h3>
<span>{{ x.category }}</span>
</div>
{% endfor %}
{% for x in list %I have such code
我有这样的代码
{% for x in list %}
<div class="col-md-4">
<h3>{{ x.title }}</h3>
<span>{{ x.category }}</span>
</div>
{% endfor %}
{% for x in list %