Example #1
0
def blog():
    blog = PostModel.all()
    return render_template('blog.html', blog=blog)