{% if postos | length > 0 %} {% for posto in postos %}
{% if posto.root_post %}
{% else %}
{% endif %}
#{{ posto._key }} Ответов: {{ posto.answers_num }} Длина треда: {{ posto.children_num }}
{% if posto.images | length > 0 %}
{% endif %}

{{ posto.texto }}

{% endfor %} {% endif %}