{% extends "base.html" %} {% block head %} {% endblock head%} {% block body %} {% for comment in comment_list %}

BlogPost Title: {{comment.blogpost.title}}


{%include "blog/comment_body.html"%}
{% endfor %} {% endblock body %}