Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 303:2e027f21f5ea
Fixing #7. Adding a fixture for an about flatpage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 15 Jan 2011 20:48:42 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>