//- vim:ts=4:sw=4:
doctype html
html
head
include head
title= SITE_NAME
if user
meta(http-equiv="refresh" content=600)
body
include header
article
h1 All Public Games
h2 Open
if open_games.length > 0
+gamelist(open_games)
else
p No open games.
if replacement_games.length > 0
h2 Need replacement
+gamelist(replacement_games)
if ready_games.length > 0
h2 Ready to start
+gamelist(ready_games)
if active_games.length > 0
h2 Active
+gamelist(active_games)