博客首页
{% if current_user.is_authenticated %} 欢迎 {{ current_user.username }} |
写博客
|
退出
{% else %}
登录
|
注册
{% endif %}
{% for post in posts %}
{{ post[2] }}
作者:{{ post[4] }}
{{ post[3] }}
{% endfor %}