def busstop(): return render_template('index.html', departurest=trains(9521), departuresb=buses(7571))
def hello_world(): return render_template("index.html", departures=trains(9521), departures2=buses(7571))
def hello_world(): return render_template("index.html", departures=trains(9521))
def busstop(): return render_template("index.html", departurest=trains(9521), departuresb=buses(7571))