Example: “Hello World” in a bottle — from bottle import route, run, template @route('/hello/<name>') def index(name): return template('<b>Hello {{name}}</b>!', name=name) run(host='localhost', port=8080)

Get

Explore more quotes