Django之temlates模板

Posted open-yang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django之temlates模板相关的知识,希望对你有一定的参考价值。

模板渲染:

官方文档https://docs.djangoproject.com/en/1.11/ref/templates/builtins/#std:templatetag-for

 

模板渲染两种常用特殊符号:

1)变量相关:变量名

2)标签(逻辑)相关:逻辑代码 %

3)注释:# #

模板的渲染只能在html文件中,外部引入的js等均不可用!

 

 

以上是关于Django之temlates模板的主要内容,如果未能解决你的问题,请参考以下文章

flask简

Django学习第3篇:Django之模板语法

Django的templates(模板)

Django框架之模板层template的一些介绍和使用

Django之模板层

Django之模板Template