{% for comment in comments %}

{{ comment.page_title }}

{% with author=comment.author %} {% if author %}
{{ link_user(author) }}
{% endif %} {% endwith %}
{{ comment.body|markdown(lazy_load=True)|reference|str|safe }}
{{_("...More")}}
{% endfor %} {% include "feed/has_next.html" %}