view gpp/templates/comments/comment_list.html @ 225:7fdfc9b3c71a

Tweaks to the podcast templates.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Jun 2010 03:22:26 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>