{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "_macros.html" as macros %} {% block title %}First_Blog{% endblock %} {% block page_content %}
欢迎,{{ current_user.username }} ~~
{% else %}您还未加入,点此登录登录
{% endif %} {% if current_user.can(Permission.WRITE) %} {% endif %}