Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 302:94bd52dada89
Fixing #10; Adding a colophon flatpage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 15 Jan 2011 20:27:37 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>