{% macro render_comment(comment, add_reply_link=false) %} {%- if comment.can_see() %}
{{ comment.body }}

Comment by {% if comment.www %}{{ comment.author|e }}{% else %}{{ comment.author|e }}{% endif %} — {{ comment.pub_date|datetimeformat }} | # {%- if add_reply_link %} - re {% endif -%}

{%- endif %} {%- endmacro %}