{% extends "index/base.html" %} {% block content %} <br> <div style="text-align:center;"> <h1>404</h1> <h3>对不起,你输入的页面不存在</h3> </div> {% endblock %}