Esempio n. 1
0
def home_page():
    """Shows the apps home Page"""
    posts = Post.get_last(5)
    return render_template('post_list.html', posts=posts)