Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 219:26ee684c2033
Initial commit of Haystack search integration. See #51.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Jun 2010 20:46:52 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>