blob: d038810a08cdc43de813a2855b57bcef392ecdb6 (
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 TITLE_LIST
unless title.is_hidden
li
a(href="/create/"+title.title_id)= title.title_name
|