예제 #1
0
파일: main.py 프로젝트: wenyuan/ueditor_py
 def GET(self):
     posts = Article.get_posts()
     return render.index(posts)