view gpp/templates/comments/comment_list.html @ 417:538a1bd2f1f4

Tweak quoting for Markdown. Fixing #209.
author Brian Neal <bgneal@gmail.com>
date Sat, 16 Apr 2011 19:30:29 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>