def index(): return render_template('index.html', articles=ophan.getTop20ArticlesThroughContentAPI())
def sandbox(): return jsonify({"data:": ophan.getTop20ArticlesThroughContentAPI()})
def sandbox(): return jsonify({'data:':ophan.getTop20ArticlesThroughContentAPI()})
def index(): return render_template("index.html", articles=ophan.getTop20ArticlesThroughContentAPI())