u/${args.comment.author} ${builtins.toString args.comment.score} points at ${builtins.toString args.comment.created_utc}
${args.comment.body}
permalink
${lib.map (reply: args.self { comment = reply; inherit (args) self; }) args.comment.replies}