Exemple #1
0
 def GET(self):
     posts = Article.get_posts()
     return render.index(posts)