Exemple #1
0
def api_content(id):
	article  = Article.get(id=id)
	if article:
		return article['content']
	return "false"