Group up existing components into elements
This commit is contained in:
5
elements/PostableList.pixy
Normal file
5
elements/PostableList.pixy
Normal file
@ -0,0 +1,5 @@
|
||||
component PostableList(postables []arn.Postable, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
each post in postables
|
||||
Postable(post, user, false, false, "")
|
Reference in New Issue
Block a user