summaryrefslogtreecommitdiff
path: root/views/games_finished.pug
blob: 59c049183f397f6a97b892cdebeab8cd03fc0c51 (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
				+gametable(2,finished_games)
			else
				p Nothing here.