码迷,mamicode.com
首页 > 编程语言 > 详细

day65 MTV模板语言

时间:2018-05-07 11:49:42      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:turn   div   name   person   alt   col   技术   type   day   

def tem_test(request):
name="xioahei"
age=18
name_list =[‘wangzhen‘,‘mengbin‘,‘萌哥‘]
p1 =Person(‘alex‘,18)

return render(request,
‘test.html‘,
{‘name‘:name,
‘name_list‘:name_list,
‘Person1‘:p1
})

  

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>


<p>      {{ name }}        </p>
<p>        {{ name_list.0 }}  </p>
<p>     {{  Person1 }}    </p>


</body>
</html>

 

技术分享图片

 

day65 MTV模板语言

标签:turn   div   name   person   alt   col   技术   type   day   

原文地址:https://www.cnblogs.com/mengbin0546/p/9001593.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!