``` py @app.route('/show/<item>') @view('index') def show(item, db): # some code ``` this code will got an error that `show` need 2 parameters
this code will got an error that
showneed 2 parameters