LearnPython/MyShow/templates/error.html

9 lines
189 B
HTML

{% extends "base.html" %}
{% block title %}数据展示 - Error{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>{{ error }}</h1>
</div>
{% endblock %}