view gpp/templates/comments/comment_list.html @ 548:2c281530dc9c

Adding SG101 protest page for SOPA & PIPA.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Jan 2012 14:59:51 -0600
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>