+ ${thread['votes']['up_count']} ${thread['title']} sometime by ${thread['username']} ${thread['body']} % for reply in thread.get("children", []): ${reply['body']} % for comment in reply.get("children", []): ${comment['body']} % endfor % endfor
${comment['body']}