summaryrefslogtreecommitdiff
path: root/views/games.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/games.pug')
-rw-r--r--views/games.pug18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/games.pug b/views/games.pug
new file mode 100644
index 0000000..2ab54f1
--- /dev/null
+++ b/views/games.pug
@@ -0,0 +1,18 @@
+//- vim:ts=4:sw=4:
+doctype html
+html
+ head
+ include head
+ title Public Games
+ if user
+ meta(http-equiv="refresh" content=300)
+ body
+ include header
+ article
+ h1 Public Games
+
+ h2 Open
+ +gametable(0, open_games)
+
+ h2 Active
+ +gametable(1, active_games)