def encontrar_atividades(): banco = Banco() return render_template('encontrar_atividades.html', eventos = banco.listarEventos("04/11", "30/12","05","22"))
def inicio(): banco = Banco() return render_template('inicio.html', eventos = banco.listarEventos("0000", "9999"))