{% block extra_css %}{% endblock %}
bolt
ZJPB
首页
{% if current_user.is_authenticated %}
后台管理
{% endif %}
{% if current_user.is_authenticated %}
退出
{% else %}
登录
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}