@@ -1,5 +1,10 @@
fun a(name)
<a>My name is \(name)</a>
fun comment(data)
<div>
<a>\data.author</a>
<p>\data.content</p>
\for sub_comment in data.sub_comments:
comment(sub_comment)
</div>
a("Francesco")
comment()
The note is not visible to the blocked user.