Beispiel #1
0
def index():
    posts = Post.all()
    return render_template('index.html', posts=posts)