{% extends "base.html" %} {% block title %} 学院概况 {% endblock %} {% block content %} <div class="container"> <h1>学院概况</h1> </div> {% endblock %}