1、模板继承关键字:
①{% block content %} {% endblock %}
②{% extends "base.html"%} {% endblock %}
2、模板分支关键字
① {% if xx %} {% endif %}
② {% for i in xx %} {% endfor %}
③ {{a}} 变量
posted on 2015-03-24 10:45 小与 阅读(118) 评论(0) 收藏 举报