Exemplo n.º 1
0
def countries_regions():
    data = Helper.get_country_regions()
    return render_template('countries/regions.html', data=data)