如何在div中存储元素,以便我可以在Django的循环中使用它们

时间:2016-02-12 16:14:24

标签: django

我不想存储这个

<div class="container">
<div class="jumbotron">
<h1>Bootstrap Tutorial</h1>      
<p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p>
</div>
<p>This is some text.</p>      
<p>This is another text.</p>      
</div>
在div中

所以我可以在Django中使用它&#34;循环&#34;

{% cycle "" "" "" "variable here" "" "" "" "</div><div class='row'>"%}

django docs提到它可以做到,但没有说明如何。我尝试将它们存储在一个包含但不起作用的地方。怎么可以这样做?

0 个答案:

没有答案