{% for post in posts %}
  • {{post.avatar|raw}}
    {{post.content|raw}}
    {% if post.children %} {% endif %}
  • {% endfor %}