view gpp/templates/comments/comment_list.html @ 342:8587c7a22094

Moved the social block up higher, just below the main nav.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 01:58:49 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>