def index(): return render_template("read_all.html", users=User.get_all_users())
def index(): return render_template('index.html', users=User.get_all_users())