404.html 233 字节
Newer Older
C
Corey Schafer 已提交
1 2 3 4 5 6 7
{% extends "layout.html" %}
{% block content %}
    <div class="content-section">
        <h1>Oops. Page Not Found (404)</h1>
        <p>That page does not exist. Please try a different location</p>
    </div>
{% endblock content %}