6 lines
138 B
Plaintext
Raw Normal View History

2017-07-06 14:54:10 +00:00
component PostableList(postables []arn.Postable, user *arn.User)
2017-06-22 14:21:26 +00:00
.thread
.posts
each post in postables
2017-07-06 14:54:10 +00:00
Postable(post, user, "")