view gpp/templates/comments/comment_list.html @ 249:bd247db80052

Tweaks to the home page menu items prior to deploying beta site.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Sep 2010 00:03:27 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>