summaryrefslogtreecommitdiff
path: root/views/games.pug
blob: 2ab54f186da2dbae0f498889011c0849d4fc93aa (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 Public Games
		if user
			meta(http-equiv="refresh" content=300)
	body
		include header
		article
			h1 Public Games

			h2 Open
			+gametable(0, open_games)

			h2 Active
			+gametable(1, active_games)