Ejemplo n.º 1
0
	def get(self, **kwargs):
 		comment_query = Post.query().order(-Post.date)
 		comment_library = comment_query.fetch()
 		self.render('comments.html', comment_library = comment_library)