{% if query.num_rows > 0 %}

Preview

{% if query.num_rows > 25 %}

Preview is limited to 25 items - download the results to see all {{ query.num_rows }} posts

{% endif %}
    {% for post in preview %}
  1. {{ post.body|replace("\n", "
    \n")|safe }}

  2. {% endfor %}
{% if query.num_rows > 25 %}

Preview is limited to 25 items - download the results to see all {{ query.num_rows }} posts

{% endif %}
{% endif %}