<%namespace name="renderer" file="_content_renderer.html"/>
+ ${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" />