fun comment(data)
\data.author

\data.content

\for sub_comment in data.sub_comments: comment(sub_comment)
comment()