initial commit

This commit is contained in:
XD-DENG
2017-07-01 18:37:53 +08:00
commit b34ba55cd2
15 changed files with 330 additions and 0 deletions

6
templates/page_401.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "layout.html" %}
{% block page_title %}Unauthorized(401){% endblock %}
{% block body %}
{{ super() }}
You're not allowed to access.
{% endblock %}