Ejemplo n.º 1
0
def countries_top():
    data = Helper.get_country_top()
    return render_template('countries/top.html', data=data)