{% block style %} {# 这里存放style模板的数据 #} {% endblock %}
{% block content %} {# 这里存放写入模板的数据 #} {% endblock %}