Exemplo n.º 1
0
def schools_top():
    data = Helper.get_school_top()
    return render_template('schools/top.html', data=data)