view gpp/templates/comments/comment_list.html @ 331:1ea63aa3f21d

Committing DreadInBabylon's default avatar.
author Brian Neal <bgneal@gmail.com>
date Thu, 24 Feb 2011 04:01:18 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>