예제 #1
0
def busstop():
    return render_template('index.html',
                           departurest=trains(9521),
                           departuresb=buses(7571))
예제 #2
0
def hello_world():

    return render_template("index.html",
                           departures=trains(9521),
                           departures2=buses(7571))
예제 #3
0
def hello_world():

    return render_template("index.html", departures=trains(9521))
예제 #4
0
def busstop():
    return render_template("index.html", departurest=trains(9521), departuresb=buses(7571))