Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 355:a1e3724f0799
Remove YouTube's web beacon.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 04 Mar 2011 01:34:43 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>