summaryrefslogtreecommitdiff
path: root/views/create-index.pug
blob: c508be76c074d7bd3d9d614117e2eed6cb769b9c (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 Create game
	body
		include header
		article
			h1 Create a new game

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