{% extends "base.html" %} {% block title %} 科研工作 {% endblock %} {% block content %} <div class="container"> <h1>科研工作</h1> </div> {% endblock %}