{% extends 'base.html' %} {% block content %}

Comments

{% for comment in object_list %} {% endfor %}
Add Comment
Author Timestamp Menu
{{ comment.author }} {{ comment.timestamp }} {{ comment.menu }} Edit Delete
{% endblock %}