示例#1
0
 def get(self):
   template_values = {
     "games": Game.all(),
   }
   self.response.out.write(template.render('select_game.html',
     template_values))