8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
|
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
|