{% extends "base.html" %} {% block title %} 师资队伍 {% endblock %} {% block content %} <div class="container"> <h1>师资队伍</h1> </div> {% endblock %}