8 lines
197 B
Plaintext

component Post(post *arn.Post, user *arn.User)
.thread
.posts
Postable(post.ToPostable(), user, "")
.side-note.mountable
a(href=post.Parent().Link())= post.Parent().TitleByUser(user)