码迷,mamicode.com
首页 > Web开发 > 详细

base.html

时间:2019-01-20 22:01:16      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:dex   lock   inpu   copy   html   购物车   href   链接   ges   

{# 首页 注册 登录 #}

{% load staticfiles %} {# 网页标题内容块 #}{% block title %}{% endblock title %} {# 网页顶部引入文件块 #} {% block topfiles %}{% endblock topfiles %}{# 网页顶部欢迎信息块 #} {% block header_con %}

欢迎来到天天生鲜!
{% if user.is_authenticated %} {% else %} {% endif %}

{% endblock header_con %} {# 网页顶部搜索框块 #} {% block search_bar %}

{% endblock search_bar %} {# 网站主体内容块 #} {% block body %}{% endblock body %}

{# 网页底部html元素块 #} {% block bottom %}{% endblock bottom %} {# 网页底部引入文件块 #} {% block bottomfiles %}{% endblock bottomfiles %}

base.html

标签:dex   lock   inpu   copy   html   购物车   href   链接   ges   

原文地址:https://www.cnblogs.com/myiuni/p/10296176.html

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