@app.route('/') def index(): animais = Animal.query.all() return render_template('index.html', animais=animais)