Exemple #1
0
def blog_list_view():
	articles = get_article_list(isAdmin=True)
	return render_template('admin/blog_list.html', articles=articles)