summaryrefslogtreecommitdiff
path: root/views/create-index.pug
blob: 6c4596138733a33b4440673682e4b4bc441669d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title= SITE_NAME
	body
		include header
		article
			h1 Create a new game

			ul
				each title in titles
					unless title.is_hidden
						li
							a(href="/create/"+title.title_id)= title.title_name