{% extends 'base.html' %} {% load url from future %} {% block title %} Comments {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
Latest Comments
Here's what Ungluers are saying about their books.
{% 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 %}