django父模板可以有动态内容吗?如果有应该怎么渲染。
如果不能有动态内容,那么公共的动态内容应该怎么处理呢,谢谢
!
父模板可以引入组件 {% include 'hello.html' %} 通过编辑组件hello.tml来实现动态添加功能内容。
{
%
include
'hello.html'
} 通过编辑组件hello.tml来实现动态添加功能内容。
这是我整理的笔记,希望对你有帮助:http://www.cnblogs.com/0bug/p/7993588.html