{# 首页 注册 登录 #}
{% load staticfiles %} {# 网页标题内容块 #}{% block title %}{% endblock title %} {# 网页顶部引入文件块 #} {% block topfiles %}{% endblock topfiles %}{# 网页顶部欢迎信息块 #} {% block header_con %}
{% endblock header_con %} {# 网页顶部搜索框块 #} {% block search_bar %}
{% endblock search_bar %} {# 网站主体内容块 #} {% block body %}{% endblock body %}
{# 网页底部html元素块 #} {% block bottom %}{% endblock bottom %} {# 网页底部引入文件块 #} {% block bottomfiles %}{% endblock bottomfiles %}
原文:https://www.cnblogs.com/myiuni/p/10296176.html