Ejemplo n.º 1
0
def show_mine():
    return render_template('article/mine_list.html', articles = Article.list(g.user_dict['id']))