{% extends "base.html" %} {% block title %}首页 - 泸州高中摄影社论坛{% endblock %} {% block content %}
{% if posts %}
{% for post in posts %}
Post image {% if post.description %}
{{ post.description }}
{% endif %}
{% endfor %}
{% if pagination.pages > 1 %} {% endif %} {% else %}
📷

还没有帖子

成为第一个分享摄影作品的人吧!

{% if current_user.is_authenticated %} 发布作品 {% else %} 立即注册 {% endif %}
{% endif %}
{% endblock %}