{% include "explore.html" %}
{% for comment in latest_comments %}
{% with comment.content_object.id as id %}
{% with comment.user as user %}
{% extends 'base.html' %} {% load url from future %} {% block title %} Comments {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ comment.comment|linebreaksbr }}