9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
component Thread(thread *arn.Thread, posts []*arn.Post)
|
|
h2.thread-title= thread.Title
|
|
|
|
.thread
|
|
.posts
|
|
Postable(thread.ToPostable(), nil, thread.Author().ID)
|
|
|
|
each post in posts
|
|
Postable(post.ToPostable(), nil, thread.Author().ID) |