{% load static %}
{% include 'nav.html' %}
{% block content %}主要内容{% endblock %}
{% include 'sidebar.html' %}