Exemple #1
0
 def get(self):
     posts = PostService.get_list()
     self.render('index.html', posts=posts)