6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
#name : route
|
|
# --
|
|
@app.route("/<$1>$2")
|
|
def $3($1):
|
|
$0
|