[1] Refine; [2] Added README

This commit is contained in:
XD-DENG
2017-07-01 22:01:03 +08:00
parent b34ba55cd2
commit 22130539c3
8 changed files with 64 additions and 5 deletions

View File

@@ -2,5 +2,6 @@
{% block page_title %}Public Page{% endblock %}
{% block body %}
{{ super() }}
<img src="{{ url_for('static', filename='img/public.jpg') }}" class="img-circle" alt="Cinque Terre" width="304" height="236">
You can access this no matter whether you have logged in.
{% endblock %}