summaryrefslogtreecommitdiff
path: root/views/tm_list.pug
blob: bc7fd83dc5d04076387f68504dcff75bbf5c5727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title Tournaments
	body
		include header
		article
			h1 Tournaments

			p See <a href="/docs/tournaments.html">tournament information</a>.

			+seedlist(seeds, "Mini Cup")

			h2 Active
			each pools, seed_name in pools_by_seed
				+poollist(pools, `<a href="/tm/seed/${seed_name}">${seed_name}</a>`)