<%namespace name="renderer" file="_content_renderer.html"/> <%! from django_comment_client.mustache_helpers import url_for_user %>
%if thread['group_id']
This post visible only to group ${cohort_dictionary[thread['group_id']]}.
%endif + ${thread['votes']['up_count']}

${thread['title']}

sometime by ${thread['username']}

${thread['body']}
    % for reply in thread.get("children", []):
  1. ${reply['body']}
      % for comment in reply.get("children", []):
    1. ${comment['body']}
    2. % endfor
  2. % endfor
<%include file="_js_data.html" />