summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 4c485a9bb20e78623ea5dedec6d5b7dc6106d4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}

{% block content %}
<article class="post">
    <div class="post-title">
        <h1 class="title">404 Page</h1>
    </div>
    <div class="post-content">
        HTTP Error 404: 页面未找到。 
    </div>
</article>
{% endblock %}