3 lines
113 B
Plaintext
Raw Normal View History

2017-06-08 12:46:38 +00:00
component PostableList(postables []arn.Postable)
each post in postables
a.ajax(href=post.Link())= post.Title()