{% for item in comments %}
{{ item.user.screen_name }} : {{ item.text }} ({{ item.created_at_text }})
{% endfor %} {% assign comments_size = comments | size %} {% if total_number > 50 and comments_size >= 50 %}
显示更多...
{% endif %}