{% include 'header.html' %} {% include 'wrapper.html' %}
{% for comment in comments %}

{{ comment[1] }}

{% if comment[2] != display_name %} {{ comment[2] }} {% else %}
{% endif %} {{ comment[3] }}
{% endfor %}
{% include 'wrapper_end.html' %} {% include 'footer.html' %}