view gpp/templates/comments/comment_list.html @ 559:b9a41956be23

Adding the RFB banner block.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Feb 2012 19:05:46 -0600
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>