component Forum(tag string, threads []*arn.Thread)
	h2.page-title Forum
	ForumTags
	ThreadList(threads)
	
	button#load-more-threads Load more

component ThreadList(threads []*arn.Thread)
	each thread in threads
		ThreadLink(thread)