摘要: 昨日内容回顾: 1. {% include '' %} 2. extend base.html: <html> ..... ..... ..... {% block content%} {% endblock%} </html> index.html: {% extend 'base.html'%} 阅读全文
posted @ 2018-10-24 17:01 卍风衍 阅读(185) 评论(0) 推荐(0) 编辑