{% for post in postInfo.list %}

{{post.title}}

{% if post.query.image %}
{% endif %}
{{post.intro}}
{% if post.query.type == 'slider' %} • {% endif %}{{post.user.login}}{{post.update_time}}{{post.comments}} Comments
{% else %} 没有文章 {% endfor %}
{% if postInfo.page.prev %}{% endif %} {{postInfo.page.curr}} / {{postInfo.page.total}} {% if postInfo.page.next %}{% endif %}