3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
component PostableList(postables []arn.Postable)
|
|
each post in postables
|
|
a.ajax(href=post.Link())= post.Title() |