Content-Type: text/html Cafe of Broken Dreams

cafeofbrokendreams.com:27015

% for i, map in enumerate(maps): % if current_map == map: % else: % endif % if i % 3 == 1: % endif % endfor
${map}${map}
% for i, (userdict) in enumerate(players): % if i % 2 == 1: % endif % endfor
${userdict['name']}
% if news:
THIS JUST IN: ${time.strftime('%a, %b %d', time.localtime(float(news.date)))}
${news.news[:574]} % if len(news.news) > 574: ... read more % endif
% endif
cafeofbrokendreams.com:27015