8 lines
208 B
Plaintext
Raw Normal View History

2018-04-25 19:12:47 +02:00
component Post(post *arn.Post, user *arn.User)
.thread
.posts
2018-11-01 17:05:55 +09:00
Postable(post, user, "", "")
2018-04-25 19:12:47 +02:00
2018-10-31 14:27:48 +09:00
.side-note-container.mountable
a.side-note(href=post.Parent().Link())= post.Parent().TitleByUser(user)