Ejemplo n.º 1
0
 def show(self, view: View):
     posts = Post.all()
     return view.render('posts', {'posts': posts})
Ejemplo n.º 2
0
 def show(self, view: View):
     posts = Post.all()
     return view.render("posts/list", {"posts": posts})