initial commit
This commit is contained in:
6
templates/page_404.html
Normal file
6
templates/page_404.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block page_title %}Not Found (404){% endblock %}
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
The resource can not be found.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user