8 lines
197 B
Plaintext
Raw Normal View History

2018-04-25 17:12:47 +00:00
component Post(post *arn.Post, user *arn.User)
.thread
.posts
Postable(post.ToPostable(), user, "")
.side-note.mountable
2018-10-28 23:12:34 +00:00
a(href=post.Parent().Link())= post.Parent().TitleByUser(user)