Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 475:772ce9385b85
Putting the 50 years of surf music banner on the base template so all pages get it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 06 Sep 2011 22:40:34 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>