问答详情
源自:4-4 使用模板系统渲染博客页面

index页面注释点12分之3的部分后,访问index还可以显示??

<div class="col-md-3" role="complementary">
    <div>
        <h2>最新资讯</h2>
        <!-- {% for article in article_list %} -->
       <!-- <h4><a href="#">{{ article.content }}</a></h4> -->
       <!-- {% endfor %} -->
    </div>
</div>

我把这一部分注释掉了,访问index的时候,为什么还显示右边的那12分之3呢???理论上应该不显示了吧?

提问者:优雅CODE 2020-03-23 17:46

个回答

  • WE_Xing
    2020-03-23 22:38:38

    那个块还在?