Exemple #1
0
def index():
    return render_template('index.html', articles=ophan.getTop20ArticlesThroughContentAPI())
Exemple #2
0
def sandbox():
    return jsonify({"data:": ophan.getTop20ArticlesThroughContentAPI()})
Exemple #3
0
def sandbox():
    return jsonify({'data:':ophan.getTop20ArticlesThroughContentAPI()})
Exemple #4
0
def index():
    return render_template("index.html", articles=ophan.getTop20ArticlesThroughContentAPI())