{# rendered for inline comments -#}
{%- if mode == 'bottom' %} {%- if comments -%} [Read Comments] {%- else -%} [Write Comments] {%- endif %} {%- else %}
{%- if comments -%} [{{ comments|length }} Comments] {%- else -%} [Write Comment] {%- endif -%}
{%- if comments %}

Comments

{%- for comment in comments %}

{{ comment.title|e }}

{{ comment.parsed_comment_body }}
by {{ comment.author|e }}, written on {{ comment.pub_date|datetimeformat }} | #
{%- endfor %}
{%- endif %} {%- endif %}