示例#1
0
def index():
    blogs = Blog.list()
    return render_template('index.html', blogs=blogs)