{% extends "base.html" %} {% load comments.comments %} {% block content %} {% for post in post_list%} {% get_free_comment_count for journal.post post.id as comment_count %} {% endfor %} {% for thought in thought_list%} {% endfor %} {% endblock %}