我不想存储这个
<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提到它可以做到,但没有说明如何。我尝试将它们存储在一个包含但不起作用的地方。怎么可以这样做?