{% macro render_comment(comment) %}

{{ comment.author }}

{{ comment.text }}

reply {% for c in comment.children %} {{ render_comment(c) }} {% endfor %}
{% endmacro %} {% macro reply() %} {% if 'user_id' in session %}
{% endif %} {% endmacro %}