Beispiel #1
0
 def get(self):
     trans = Trans.get_by_key_name("reason")
     template_values = {"trans": trans}
     path = os.path.join(TEMPLATE_DIR, "unexpected.html")
     self.response.out.write(template.render(path, template_values))