10 lines
231 B
Plaintext
Raw Normal View History

component Forum(tag string, threads []*arn.Thread)
2017-06-07 23:14:45 +00:00
h2.page-title Forum
ForumTags
2017-06-08 12:46:38 +00:00
ThreadList(threads)
2017-06-08 12:46:38 +00:00
button#load-more-threads Load more
component ThreadList(threads []*arn.Thread)
2016-11-18 17:58:00 +00:00
each thread in threads
2017-06-12 22:06:35 +00:00
ThreadLink(thread)