{% macro author(name, ctime, mtime) %}
{{ name }} - {{ format_since(ctime) }}{% if ctime != mtime %} (last modified {{ format_since(mtime) }}){% endif %}
{{ comment.text }}
{{ comment.text }}
{% endmacro %} {% macro render_comment_post(comment) %} {% for c in comment.children %} {{ render_comment(c) }} {% endfor %}