{% set level = level + 1 %} {% if level <= maxPostNesting %} {% if post.children %} {% for post in Post.query.filter_by(repo=repoData, parent=parent) %}
{% include "post.html" %}
{% endfor %} {% endif %} {% elif post.children %}
Comments hidden; click to go deeper.
{% endif %}