Files
devopsexam/templates/page_404.html
2017-07-01 18:37:53 +08:00

6 lines
164 B
HTML

{% extends "layout.html" %}
{% block page_title %}Not Found (404){% endblock %}
{% block body %}
{{ super() }}
The resource can not be found.
{% endblock %}