Exemplo n.º 1
0
def show_home():

    pet_list = Pet.get_pets()
    return render_template('home.html', pet_list=pet_list)