summaryrefslogtreecommitdiff
path: root/views/games_finished.pug
blob: c6fa66dc9b2395444e607090325d99cc71b7b61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title= SITE_NAME
	body
		include header
		article
			h1 Your finished games

			if finished_games.length > 0
				+gamelist(finished_games, "finished")
			else
				p Nothing here.