예제 #1
0
def sockets():
    return render_template('sockets.html')
예제 #2
0
def index():
    return render_template('index.html')
예제 #3
0
def watcher(name):
    return render_template('watcher.html', name=name)
예제 #4
0
 def _ask_connection():
     return render_template('connect.html')