{% extends "stories/stories_base.html" %} {% load comments %} {% block content %} {% get_comment_list for story as comment_list %} {% for comment in comment_list %} Link to this comment {{comment}} {% endfor %} {% endblock %}