{% extends "base.html" %} {% comment %} realtime updating? comments rss? {% endcomment %} {% block title %} Comments {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
Latest Comments
With your help we're raising money to buy the rights to give these books to the world.
{% endblock %} {% block content %}
{% include "explore.html" %}
{% for comment in latest_comments %} {% with comment.content_object.id as id %} {% with comment.user as user %} {% endwith %} {% endwith %} {% endfor %}
{% endblock %}