14 lines
260 B
Plaintext

component Forum(tag string, threads []*arn.Thread)
h2.page-title Forum
ForumTags
.forum
ThreadList(threads)
.buttons
button
Icon("refresh")
span Load more
component ThreadList(threads []*arn.Thread)
each thread in threads
ThreadLink(thread)