LearnPython/MyShow/templates/error.html

9 lines
189 B
HTML
Raw Normal View History

2017-01-18 14:53:41 +08:00
{% extends "base.html" %}
{% block title %}数据展示 - Error{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>{{ error }}</h1>
</div>
{% endblock %}