{% include "explore.html" %}
{% for comment in latest_comments %}
{% with comment.content_object.id as id %}
{% with comment.user as user %}
{% extends "base.html" %} {% comment %} realtime updating? comments rss? {% endcomment %} {% block title %} Comments {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ comment.comment|linebreaksbr }}