8 lines
185 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
a(href=post.Thread().Link())= post.Thread().Title