notify.moe/mixins/PostableList.pixy
2019-06-09 09:52:13 +09:00

6 lines
145 B
Plaintext

component PostableList(postables []arn.Postable, user *arn.User)
.thread
.posts
each post in postables
Postable(post, user, false, "")